diff options
Diffstat (limited to 'printf.c')
-rw-r--r-- | printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,6 @@ | |||
47 | 47 | ||
48 | // 19990508 Busy Boxed! Dave Cinege | 48 | // 19990508 Busy Boxed! Dave Cinege |
49 | 49 | ||
50 | #include "busybox.h" | ||
51 | #include <unistd.h> | 50 | #include <unistd.h> |
52 | #include <stdio.h> | 51 | #include <stdio.h> |
53 | #include <sys/types.h> | 52 | #include <sys/types.h> |
@@ -56,6 +55,7 @@ | |||
56 | #include <stdlib.h> | 55 | #include <stdlib.h> |
57 | #include <fcntl.h> | 56 | #include <fcntl.h> |
58 | #include <ctype.h> | 57 | #include <ctype.h> |
58 | #include "busybox.h" | ||
59 | 59 | ||
60 | 60 | ||
61 | #ifndef S_IFMT | 61 | #ifndef S_IFMT |