It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / sleep.c
diff --git a/sleep.c b/sleep.c
index d21af19b34d1521abe1b1e35e9a043a3f88656f1..3bcab88ee776469f8cdaab7e9180d5672acceaa4 100644 (file)
--- a/sleep.c
+++ b/sleep.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int sleep_main(int argc, char **argv)
 {