projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee79a64
)
headers_check fix: linux/nfs_idmap.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 16:29:48 +0000
(21:59 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:32:27 +0000
(
00:02
+0530)
fix the following 'make headers_check' warning:
usr/include/linux/nfs_idmap.h:55: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/nfs_idmap.h
patch
|
blob
|
history
diff --git
a/include/linux/nfs_idmap.h
b/include/linux/nfs_idmap.h
index 15a9f3b7289ab4722d042dc6712860b793f627c2..91a1c24e0cbffdeb97e28d072cd657510d22faab 100644
(file)
--- 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 <linux/types.h>
+
/* XXX from bits/utmp.h */
#define IDMAP_NAMESZ 128