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 58a6065..6fcb8f8 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c @@ -7,12 +7,12 @@ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ +#include "busybox.h" #include <stdio.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> #include <signal.h> -#include "busybox.h" /* Userspace timer duration, in seconds */ static unsigned int timer_duration = 30; |