Move the warning msg after features.h gets pulled in.
[oweals/busybox.git] / printf.c
index 26a200e85c41c7b5ec842183edc43ade4aa8bb8f..003423d5615b9a7976db7858c9123b32b8dd40c4 100644 (file)
--- a/printf.c
+++ b/printf.c
@@ -47,7 +47,6 @@
 
 //   19990508 Busy Boxed! Dave Cinege
 
-#include "busybox.h"
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/types.h>
@@ -56,6 +55,7 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <ctype.h>
+#include "busybox.h"
 
 
 #ifndef S_IFMT