diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-06-13 14:34:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-06-13 14:34:21 +0000 |
commit | c90052be54e523117c99ae8a4a59b63f37fda293 (patch) | |
tree | 2b205ed1c49dd83e3b0eceac248ce819304092e8 /package/wprobe | |
parent | 57a67ec4726b8e36e804f032a5c742a396ed8707 (diff) | |
download | upstream-c90052be54e523117c99ae8a4a59b63f37fda293.tar.gz upstream-c90052be54e523117c99ae8a4a59b63f37fda293.tar.bz2 upstream-c90052be54e523117c99ae8a4a59b63f37fda293.zip |
wprobe: add missing include statement (patch from #5325)
SVN-Revision: 16432
Diffstat (limited to 'package/wprobe')
-rw-r--r-- | package/wprobe/src/kernel/linux/wprobe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wprobe/src/kernel/linux/wprobe.h b/package/wprobe/src/kernel/linux/wprobe.h index 42bfbd0568..9536a929a8 100644 --- 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 |