Improved port of ifconfig... smaller and with more features.
[oweals/busybox.git] / sort.c
diff --git a/sort.c b/sort.c
index 4984f5dfe5ca38d6a571748b14be9ff3c2f1634f..ed687221846f29b59b6f8c5b62e9b041b8f3019a 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -21,9 +21,9 @@
  *
  */
 
-#include "busybox.h"
 #include <getopt.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 int compare_ascii(const void *x, const void *y)
 {