summaryrefslogtreecommitdiffstats
path: root/package/avila-wdt
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-27 13:30:49 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-27 13:30:49 +0000
commitf52ddee30b8dbc9af9a031cd6b0aea4f456967d1 (patch)
tree9871d5a6b8d512969635e7368bed3fb840936f3c /package/avila-wdt
parent90c499bfa0efed26bbf8d879924291fb91ddff07 (diff)
[ixp4xx] fix avila-wdt compilation failure (#6948)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20507 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/avila-wdt')
-rw-r--r--package/avila-wdt/src/avila-wdt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/avila-wdt/src/avila-wdt.c b/package/avila-wdt/src/avila-wdt.c
index 18644bc60..981f3857a 100644
--- a/package/avila-wdt/src/avila-wdt.c
+++ b/package/avila-wdt/src/avila-wdt.c
@@ -21,6 +21,8 @@
#include <linux/moduleparam.h>
#include <linux/types.h>
#include <linux/kernel.h>
+#include <linux/jiffies.h>
+#include <linux/timer.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/watchdog.h>