It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / head.c
diff --git a/head.c b/head.c
index a2d7744376944d352269ba1183eed0e9f935c134..c683ec78aaf715b1277457508f07ea6a6ab59a1e 100644 (file)
--- a/head.c
+++ b/head.c
  *
  */
 
-#include "busybox.h"
 #include <errno.h>
 #include <stdio.h>
 #include <getopt.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 int head(int len, FILE *fp)
 {