index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
avila-wdt
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/avila-wdt')
-rw-r--r--
package/avila-wdt/src/avila-wdt.c
2
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 18644bc603..981f3857ad 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>