It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / console-tools / reset.c
index 294cab3c4d5b64b4afd19193743cfe7705dc4b31..755c4c335d95deb58a3522581369a418f0380b84 100644 (file)
@@ -23,9 +23,9 @@
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int reset_main(int argc, char **argv)
 {