diff options
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r-- | miscutils/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 65d0fc35f..5b5fd6953 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -20,11 +20,11 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include "busybox.h" | ||
24 | #include <stdio.h> | 23 | #include <stdio.h> |
25 | #include <fcntl.h> | 24 | #include <fcntl.h> |
26 | #include <unistd.h> | 25 | #include <unistd.h> |
27 | #include <stdlib.h> | 26 | #include <stdlib.h> |
27 | #include "busybox.h" | ||
28 | 28 | ||
29 | extern int watchdog_main(int argc, char **argv) | 29 | extern int watchdog_main(int argc, char **argv) |
30 | { | 30 | { |