commit | 4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Wed Jan 11 12:17:47 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 18:42:14 2006 -0800 |
tree | d2aaf0b5986b03e6129ed3ccd65b9f706cd59c7f | |
parent | 16f7e0fe2ecc30f30652e8185e1772cdebe39109 [diff] [blame] |
[PATCH] capable/capability.h (net/) net: Use <linux/capability.h> where capable() is used. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c index 1e93eaf..abe2392 100644 --- a/net/ipv4/ip_gre.c +++ b/net/ipv4/ip_gre.c
@@ -10,6 +10,7 @@ * */ +#include <linux/capability.h> #include <linux/config.h> #include <linux/module.h> #include <linux/types.h>