It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / coreutils / usleep.c
index c67c365b8aa35f85091f9760e8bb9d06bbefe2de..92e4437c5d0194c2079d7c78024090c106198a38 100644 (file)
@@ -21,9 +21,9 @@
  *
  */
 
-#include "busybox.h"
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
 
 extern int usleep_main(int argc, char **argv)
 {