It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / networking / nc.c
index 8927103e0caa2732947fe4ca6935a0aeb61ad61c..e40d4b459491fd307b6b456f14dcb05d44926509 100644 (file)
@@ -26,7 +26,6 @@
 
 */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -38,6 +37,7 @@
 #include <netdb.h>
 #include <sys/time.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 
 int nc_main(int argc, char **argv)
 {