projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a67ec
)
wprobe: add missing include statement (patch from #5325)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Jun 2009 14:34:21 +0000
(14:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Jun 2009 14:34:21 +0000
(14:34 +0000)
SVN-Revision: 16432
package/wprobe/src/kernel/linux/wprobe.h
patch
|
blob
|
history
diff --git
a/package/wprobe/src/kernel/linux/wprobe.h
b/package/wprobe/src/kernel/linux/wprobe.h
index 42bfbd056831129ed59ae59d56385bcc82d6d14c..9536a929a83a2d21addb982fb8180eac4e3aa83d 100644
(file)
--- a/
package/wprobe/src/kernel/linux/wprobe.h
+++ b/
package/wprobe/src/kernel/linux/wprobe.h
@@
-22,6
+22,7
@@
#include <linux/spinlock.h>
#include <linux/module.h>
#include <linux/list.h>
+#include <linux/timer.h>
#include <net/genetlink.h>
#endif