From: Rob Landley Date: Sat, 1 Apr 2006 17:36:31 +0000 (-0000) Subject: The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. X-Git-Tag: 1_2_0~604 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=03e78e75f326c409e5972e8ebb6c376e407cefc4;p=oweals%2Fbusybox.git 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 56914ea47..9074f3c78 100644 --- a/e2fsprogs/ext2fs/kernel-jbd.h +++ b/e2fsprogs/ext2fs/kernel-jbd.h @@ -18,7 +18,7 @@ #include #include -#include "ext2fs/ext2fs.h" +#include "ext2fs.h" /* * Standard header for all descriptor blocks: