aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-01 17:36:31 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-01 17:36:31 +0000
commit6215d96f2f44cb38b70617456e0d62694f91a39d (patch)
treeea384da9e59427e7812c59f6be20d8dbcd488d01
parentdb559ae1f3b8168f32a8a7c557142d99d3184514 (diff)
downloadbusybox-w32-6215d96f2f44cb38b70617456e0d62694f91a39d.tar.gz
busybox-w32-6215d96f2f44cb38b70617456e0d62694f91a39d.tar.bz2
busybox-w32-6215d96f2f44cb38b70617456e0d62694f91a39d.zip
The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.
git-svn-id: svn://busybox.net/trunk/busybox@14724 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--e2fsprogs/ext2fs/kernel-jbd.h2
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: