[kernel] generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h>
[openwrt-10.03/.git] / target / linux / generic-2.4 / patches / 804-watchdog_include.patch
1 --- a/include/linux/watchdog.h
2 +++ b/include/linux/watchdog.h
3 @@ -10,6 +10,7 @@
4  #define _LINUX_WATCHDOG_H
5  
6  #include <linux/ioctl.h>
7 +#include <linux/types.h>
8  
9  #define        WATCHDOG_IOCTL_BASE     'W'
10