You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- 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)
|
|
|