It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / fdflush.c
index f10cceae08054830b8659780ff2fab62b143cd66..28f5cb68a02244da47ab04a0073e9d6aff2c317b 100644 (file)
--- a/fdflush.c
+++ b/fdflush.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 /* From <linux/fd.h> */
 #define FDFLUSH  _IO(2,0x4b)