It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / miscutils / readlink.c
index c82f64027c292e82662c4745c67d1ab59d980bb9..74196e11d93a8aa64b7def8abeab76dd46bbbb8b 100644 (file)
  *
  */
 
-#include "busybox.h"
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 int readlink_main(int argc, char **argv)
 {