git.annexia.org
/
ocaml-bitstring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93de329
)
CIL example: <linux/fs.h> is now required for <linux/ext3_fs.h>
author
Richard W.M. Jones
<rich@annexia.org>
Fri, 8 Jan 2010 14:43:45 +0000
(14:43 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Fri, 8 Jan 2010 14:43:45 +0000
(14:43 +0000)
cil-tools/ext3.c
patch
|
blob
|
history
diff --git
a/cil-tools/ext3.c
b/cil-tools/ext3.c
index
c2267e4
..
b666016
100644
(file)
--- a/
cil-tools/ext3.c
+++ b/
cil-tools/ext3.c
@@
-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>