Syntax error
[oweals/busybox.git] / coreutils / yes.c
index 0a8ad83a7e4f41a3e710552110cc04466a1f33a8..7d9596d0bf72156b53426ec0013254a6fdd127a1 100644 (file)
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
+
 #include <stdio.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int yes_main(int argc, char **argv)
 {