It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / networking / telnet.c
index ed92a8403eabbfcba7a3e8f3a9c3f3afed901006..fd1ace41d2dcb934dec5093c496a619c1ae48699 100644 (file)
@@ -30,7 +30,6 @@
  *
  */
 
-#include "busybox.h"
 #include <termios.h>
 #include <unistd.h>
 #include <errno.h>
@@ -43,6 +42,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
+#include "busybox.h"
 
 #if 0
 static const int DOTRACE = 1;