From: Christoph Hellwig Date: Wed, 21 Sep 2005 10:10:36 +0000 (+0000) Subject: Fix xfs_db build with GCC 4.x X-Git-Tag: v2.8.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501031ab4a1d310df7c8c8d44781b2e3d567dd28;p=thirdparty%2Fxfsprogs-dev.git Fix xfs_db build with GCC 4.x include some headers to avoid arrays of incomplete type in prototype warning --- diff --git a/db/attrset.c b/db/attrset.c index 84193c205..aec51cfbe 100644 --- a/db/attrset.c +++ b/db/attrset.c @@ -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"