It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / uudecode.c
index c0e8cea8cb5ed571baaac30c1bbbf68c9ea3d1a7..6a3f78a42404c6235d905dde59f44a52ca912b14 100644 (file)
  */
 
 
-#include "busybox.h"
 
 #include <stdio.h>
 #include <errno.h>
 #include <getopt.h>
 #include <string.h>
 #include <stdlib.h>
+#include "busybox.h"
 #include "pwd_grp/pwd.h"
 #include "pwd_grp/grp.h"