This is vodz' latest patch. Sorry it took so long...
[oweals/busybox.git] / watchdog.c
index 65d0fc35f2ae252904e572d097585bb93bbbd36d..f0b0ebd0ef12092cc48e509b3273391cd87a7d99 100644 (file)
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
+
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int watchdog_main(int argc, char **argv)
 {