Static-ify a variable. make du work with all the human-readable variants
[oweals/busybox.git] / test.c
diff --git a/test.c b/test.c
index 6439e3a8ae94f2d6edbea90d99273fc7e4854ba3..ab9c23e4b629f718503afa073ab8b3ae169d09a6 100644 (file)
--- a/test.c
+++ b/test.c
  *     "This program is in the Public Domain."
  */
 
-#include "busybox.h"
 #include <sys/types.h>
 #include <unistd.h>
 #include <ctype.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
+#include "busybox.h"
 #define BB_DECLARE_EXTERN
 #define bb_need_help
 #include "messages.c"