CIL example: <linux/fs.h> is now required for <linux/ext3_fs.h>
authorRichard W.M. Jones <rich@annexia.org>
Fri, 8 Jan 2010 14:43:45 +0000 (14:43 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Fri, 8 Jan 2010 14:43:45 +0000 (14:43 +0000)
cil-tools/ext3.c

index c2267e4..b666016 100644 (file)
@@ -17,6 +17,7 @@
 /* Include files necessary to get the structure(s) and constant(s) we're
  * interested in.
  */
+#include <linux/fs.h>
 #include <linux/magic.h>
 #include <linux/ext2_fs.h>