aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/530-watchdog_fix.patch
blob: 64e6dd5fd164461b87a377f2773dcd42324e3a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/miscutils/watchdog.c
+++ b/miscutils/watchdog.c
@@ -10,7 +10,8 @@
  */
 
 #include "libbb.h"
-#include "linux/watchdog.h"
+#include <linux/types.h>
+#include <linux/watchdog.h>
 
 #define OPT_FOREGROUND  (1 << 0)
 #define OPT_STIMER      (1 << 1)