]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix some build breakage in top of tree xfsdump due to recent kernel
authorNathan Scott <nathans@sgi.com>
Wed, 13 Nov 2002 22:00:29 +0000 (22:00 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 13 Nov 2002 22:00:29 +0000 (22:00 +0000)
header file movement.
Fix some build breakage in top of tree xfsdump due to recent kernel
header file movement.

include/platform_defs.h.in

index c9232491e32901c361c6123bb8f1544163235cf4..8ec5d4aa757ea626799c8a76ac1397ccd4c23e49 100644 (file)
@@ -51,6 +51,7 @@
 #include <sys/param.h>
 #include <uuid/uuid.h>
 #include <linux/types.h>
+#include <linux/ioctl.h>
 #include <malloc.h>
 #include <getopt.h>