summaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs')
-rw-r--r--fs/cifs/unc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/unc.c b/fs/cifs/unc.c
index 2c5665f5543a..394aa00cea40 100644
--- a/fs/cifs/unc.c
+++ b/fs/cifs/unc.c
@@ -7,7 +7,11 @@
* Jeff Layton <jlayton@kernel.org>
*/
+#include <linux/fs.h>
#include <linux/slab.h>
+#include <linux/inet.h>
+#include <linux/ctype.h>
+#include "cifsglob.h"
#include "cifsproto.h"
/* extract the host portion of the UNC string */