diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,13 +31,13 @@ | |||
31 | * "This program is in the Public Domain." | 31 | * "This program is in the Public Domain." |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "busybox.h" | ||
35 | #include <sys/types.h> | 34 | #include <sys/types.h> |
36 | #include <unistd.h> | 35 | #include <unistd.h> |
37 | #include <ctype.h> | 36 | #include <ctype.h> |
38 | #include <errno.h> | 37 | #include <errno.h> |
39 | #include <stdlib.h> | 38 | #include <stdlib.h> |
40 | #include <string.h> | 39 | #include <string.h> |
40 | #include "busybox.h" | ||
41 | #define BB_DECLARE_EXTERN | 41 | #define BB_DECLARE_EXTERN |
42 | #define bb_need_help | 42 | #define bb_need_help |
43 | #include "messages.c" | 43 | #include "messages.c" |