Browse Source

generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h>

SVN-Revision: 16109
Nicolas Thill 16 years ago
parent
commit
e4a01259e0
1 changed files with 10 additions and 0 deletions
  1. 10 0
      target/linux/generic-2.4/patches/804-watchdog_include.patch

+ 10 - 0
target/linux/generic-2.4/patches/804-watchdog_include.patch

@@ -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'
+