]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Remove use of one more kernel header - linux/ioctl.h replaced by sys/ioctl.h
authorNathan Scott <nathans@sgi.com>
Thu, 14 Nov 2002 04:27:55 +0000 (04:27 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 14 Nov 2002 04:27:55 +0000 (04:27 +0000)
Remove use of one more kernel header - linux/ioctl.h replaced by sys/ioctl.h

include/platform_defs.h.in

index 8ec5d4aa757ea626799c8a76ac1397ccd4c23e49..d3e9aae4e2a737940888d3415b4312d3a4b90755 100644 (file)
 #if defined(__linux__)
 
 #include <sys/vfs.h>
+#include <sys/ioctl.h>
 #include <sys/param.h>
 #include <uuid/uuid.h>
 #include <linux/types.h>
-#include <linux/ioctl.h>
 #include <malloc.h>
 #include <getopt.h>