It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / console-tools / clear.c
index dab4b05a718ba1512cf105733beb11952ccd0634..503bafa16e31bdd95e1a492ab72b49ce0ca45632 100644 (file)
@@ -22,9 +22,9 @@
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 
 extern int clear_main(int argc, char **argv)