]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix xfs_db build with GCC 4.x
authorChristoph Hellwig <hch@sgi.com>
Wed, 21 Sep 2005 10:10:36 +0000 (10:10 +0000)
committerChristoph Hellwig <hch@sgi.com>
Wed, 21 Sep 2005 10:10:36 +0000 (10:10 +0000)
include some headers to avoid arrays of incomplete type in prototype warning

db/attrset.c

index 84193c205f6f248e799af51d7c34a78029d0d843..aec51cfbe5ddce549871c9de10d38f9671eee349 100644 (file)
@@ -37,6 +37,9 @@
 #include "output.h"
 #include "type.h"
 #include "init.h"
+#include "fprint.h"
+#include "faddr.h"
+#include "field.h"
 #include "inode.h"
 #include "malloc.h"