It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / sysklogd / syslogd.c
index 872728b5b2bb0a829490d141056cd9b1c0b15957..8049fc5d1675777c5b599b1631808f03f21e491e 100644 (file)
@@ -23,7 +23,6 @@
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
@@ -56,6 +55,7 @@ static inline _syscall3(int, klogctl, int, type, char *, b, int, len);
 #else
 # include <sys/klog.h>
 #endif
+#include "busybox.h"