Another update from Larry:
[oweals/busybox.git] / usleep.c
index c67c365b8aa35f85091f9760e8bb9d06bbefe2de..6023bf430db3f05cb339bcefebcf3ebf010e9afd 100644 (file)
--- a/usleep.c
+++ b/usleep.c
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
+
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
 
 extern int usleep_main(int argc, char **argv)
 {