Static-ify a variable. make du work with all the human-readable variants
[oweals/busybox.git] / which.c
diff --git a/which.c b/which.c
index 1908db30a28a879466f350cfe2857ea91877f011..f9d51f2f33836382be0f18898ae61dbd0854857e 100644 (file)
--- a/which.c
+++ b/which.c
  *
  */
 
-#include "busybox.h"
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int which_main(int argc, char **argv)
 {