Update applet define from BB_CP_MV to BB_CP and BB_MV.
[oweals/busybox.git] / basename.c
index da59a867264ad9a4142add64af0bdf3baf587f4e..e98197dd420241c3c356b4a47efaac4e1937e102 100644 (file)
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
+
 #include <stdlib.h>
+#include "busybox.h"
 #include <string.h>
 
 extern int basename_main(int argc, char **argv)