summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/dcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 9f33e75f31..dfb466722c 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -10,6 +10,7 @@
* with heavy changes by Linus Torvalds
*/
+#include <linux/list.h>
#include <linux/spinlock.h>
#define IS_ROOT(x) ((x) == (x)->d_parent)