It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / stty.c
diff --git a/stty.c b/stty.c
index 4a5aecf1d7103a729d31f2e27c562bbd743ec091..10e28254d9e8853ffb8bd764014d1c9ea08133ef 100644 (file)
--- a/stty.c
+++ b/stty.c
@@ -28,7 +28,6 @@
 
    */
 
-#include "busybox.h"
 
 #include <termios.h>
 #include <sys/ioctl.h>
@@ -53,6 +52,7 @@
 #include <limits.h>
 #include <memory.h>
 #include <fcntl.h>
+#include "busybox.h"
 
 #define STREQ(a, b) (strcmp ((a), (b)) == 0)