generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h>
authorNicolas Thill <nico@openwrt.org>
Wed, 27 May 2009 13:29:24 +0000 (13:29 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 27 May 2009 13:29:24 +0000 (13:29 +0000)
SVN-Revision: 16109

target/linux/generic-2.4/patches/804-watchdog_include.patch [new file with mode: 0644]

diff --git a/target/linux/generic-2.4/patches/804-watchdog_include.patch b/target/linux/generic-2.4/patches/804-watchdog_include.patch
new file mode 100644 (file)
index 0000000..c85ef22
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/include/linux/watchdog.h
++++ b/include/linux/watchdog.h
+@@ -10,6 +10,7 @@
+ #define _LINUX_WATCHDOG_H
+ #include <linux/ioctl.h>
++#include <linux/types.h>
+ #define       WATCHDOG_IOCTL_BASE     'W'