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:
b2299b6
)
compat: add missing include
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 10 May 2011 11:10:14 +0000
(13:10 +0200)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 10 May 2011 21:50:38 +0000
(14:50 -0700)
Reported-By: George Nychis <gnychis@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
compat/compat-2.6.37.c
patch
|
blob
|
history
diff --git
a/compat/compat-2.6.37.c
b/compat/compat-2.6.37.c
index 8698e1dcbf0ffd3babeefeea472eaf6f7bf12bf0..a62b13fc438673069cdb1eda704e857b3612f6e8 100644
(file)
--- a/
compat/compat-2.6.37.c
+++ b/
compat/compat-2.6.37.c
@@
-12,6
+12,7
@@
#include <linux/netdevice.h>
#include <net/sock.h>
#include <linux/nsproxy.h>
+#include <linux/vmalloc.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)
static const void *net_current_ns(void)