commit | 03e78e75f326c409e5972e8ebb6c376e407cefc4 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Apr 01 17:36:31 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Sat Apr 01 17:36:31 2006 +0000 |
tree | ea384da9e59427e7812c59f6be20d8dbcd488d01 | |
parent | 20fef96dd843aa7a1a3f35210f1fe5fc3fa5d989 [diff] [blame] |
The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.
diff --git a/e2fsprogs/ext2fs/kernel-jbd.h b/e2fsprogs/ext2fs/kernel-jbd.h index 56914ea..9074f3c 100644 --- a/e2fsprogs/ext2fs/kernel-jbd.h +++ b/e2fsprogs/ext2fs/kernel-jbd.h
@@ -18,7 +18,7 @@ #include <sys/types.h> #include <linux/types.h> -#include "ext2fs/ext2fs.h" +#include "ext2fs.h" /* * Standard header for all descriptor blocks: