generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h>
SVN-Revision: 16109
This commit is contained in:
parent
00a0035fa8
commit
e4a01259e0
1 changed files with 10 additions and 0 deletions
10
target/linux/generic-2.4/patches/804-watchdog_include.patch
Normal file
10
target/linux/generic-2.4/patches/804-watchdog_include.patch
Normal file
|
@ -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'
|
||||
|
Loading…
Reference in a new issue