Static-ify a variable. make du work with all the human-readable variants
[oweals/busybox.git] / find.c
diff --git a/find.c b/find.c
index a4d056b5404ea2eb8605595d1f55952dfd87e40c..15e693ab9acd628b50688a15afd1b24283588d62 100644 (file)
--- a/find.c
+++ b/find.c
@@ -24,7 +24,6 @@
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <dirent.h>
@@ -33,6 +32,7 @@
 #include <fnmatch.h>
 #include <time.h>
 #include <ctype.h>
+#include "busybox.h"
 
 
 static char *pattern;
@@ -178,7 +178,7 @@ int find_main(int argc, char **argv)
                                mtime_days = -mtime_days;
 #endif
                } else
-                       usage(find_usage);
+                       show_usage();
        }
 
        if (firstopt == 1) {