actually commit namei-include.patch

This commit is contained in:
Peter Robinson 2013-01-07 21:37:35 +00:00
parent 6f61d3d33c
commit f009369387
1 changed files with 11 additions and 0 deletions

11
namei-include.patch Normal file
View File

@ -0,0 +1,11 @@
diff --git a/include/linux/namei.h b/include/linux/namei.h
index e998c03..5a5ff57 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -2,6 +2,7 @@
#define _LINUX_NAMEI_H
#include <linux/dcache.h>
+#include <linux/errno.h>
#include <linux/linkage.h>
#include <linux/path.h>