busybox: fix watchdog util compile
[openwrt-10.03/.git] / package / busybox / patches / 530-watchdog_fix.patch
1 --- a/miscutils/watchdog.c
2 +++ b/miscutils/watchdog.c
3 @@ -10,7 +10,8 @@
4   */
5  
6  #include "libbb.h"
7 -#include "linux/watchdog.h"
8 +#include <linux/types.h>
9 +#include <linux/watchdog.h>
10  
11  #define OPT_FOREGROUND  (1 << 0)
12  #define OPT_STIMER      (1 << 1)