projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d871b
)
item.c: #include <linux/fs.h>
author
Daniel Mack
<daniel@zonque.org>
Thu, 30 Oct 2014 08:13:06 +0000
(09:13 +0100)
committer
Daniel Mack
<daniel@zonque.org>
Thu, 30 Oct 2014 08:16:12 +0000
(09:16 +0100)
This should fix tonight's build bot error.
Signed-off-by: Daniel Mack <daniel@zonque.org>
item.c
patch
|
blob
|
history
diff --git
a/item.c
b/item.c
index abcd1ada55673a5f3432e5aa85b132dce9991bcc..4447aae972ebcf4a5dfd5628abe54b52294315b8 100644
(file)
--- a/
item.c
+++ b/
item.c
@@
-12,6
+12,7
@@
*/
#include <linux/ctype.h>
+#include <linux/fs.h>
#include <linux/string.h>
#include "item.h"