diff options
author | Rob Landley <rob@landley.net> | 2006-04-01 17:36:31 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-01 17:36:31 +0000 |
commit | 03e78e75f326c409e5972e8ebb6c376e407cefc4 (patch) | |
tree | ea384da9e59427e7812c59f6be20d8dbcd488d01 /e2fsprogs | |
parent | 20fef96dd843aa7a1a3f35210f1fe5fc3fa5d989 (diff) | |
download | busybox-w32-03e78e75f326c409e5972e8ebb6c376e407cefc4.tar.gz busybox-w32-03e78e75f326c409e5972e8ebb6c376e407cefc4.tar.bz2 busybox-w32-03e78e75f326c409e5972e8ebb6c376e407cefc4.zip |
The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/ext2fs/kernel-jbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/ext2fs/kernel-jbd.h b/e2fsprogs/ext2fs/kernel-jbd.h index 56914ea47..9074f3c78 100644 --- a/e2fsprogs/ext2fs/kernel-jbd.h +++ b/e2fsprogs/ext2fs/kernel-jbd.h | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | #include <sys/types.h> | 19 | #include <sys/types.h> |
20 | #include <linux/types.h> | 20 | #include <linux/types.h> |
21 | #include "ext2fs/ext2fs.h" | 21 | #include "ext2fs.h" |
22 | 22 | ||
23 | /* | 23 | /* |
24 | * Standard header for all descriptor blocks: | 24 | * Standard header for all descriptor blocks: |