item.c: #include <linux/fs.h>
authorDaniel Mack <daniel@zonque.org>
Thu, 30 Oct 2014 08:13:06 +0000 (09:13 +0100)
committerDaniel 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

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"