Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190.
[oweals/busybox.git] / true_false.c
index 187f68072fe5c5eeb48ebeb3baa0d1b1e143980a..76183431c5ed8981020162f507f62bf15abbdea4 100644 (file)
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
+
 #include <stdlib.h>
+#include "busybox.h"
 
 
 extern int true_main(int argc, char **argv)