It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / yes.c
diff --git a/yes.c b/yes.c
index 0a8ad83a7e4f41a3e710552110cc04466a1f33a8..ad7b98f8418d370e749cfa4c112ca562ada60cc4 100644 (file)
--- a/yes.c
+++ b/yes.c
@@ -20,9 +20,9 @@
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int yes_main(int argc, char **argv)
 {