Another update from Larry:
[oweals/busybox.git] / which.c
diff --git a/which.c b/which.c
index 1908db30a28a879466f350cfe2857ea91877f011..1d75244654571c73923d20a97c0aa4473cab74fc 100644 (file)
--- a/which.c
+++ b/which.c
  *
  */
 
-#include "busybox.h"
+/* getopt not needed */
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int which_main(int argc, char **argv)
 {