From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:29:48 +0000 (+0530) Subject: headers_check fix: linux/nfs_idmap.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a81184c1f8cf8589a00894c20422982defc3f056;p=linux-beck.git headers_check fix: linux/nfs_idmap.h fix the following 'make headers_check' warning: usr/include/linux/nfs_idmap.h:55: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/nfs_idmap.h b/include/linux/nfs_idmap.h index 15a9f3b7289a..91a1c24e0cbf 100644 --- a/include/linux/nfs_idmap.h +++ b/include/linux/nfs_idmap.h @@ -37,6 +37,8 @@ #ifndef NFS_IDMAP_H #define NFS_IDMAP_H +#include + /* XXX from bits/utmp.h */ #define IDMAP_NAMESZ 128