diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,6 @@ | |||
28 | * | 28 | * |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "busybox.h" | ||
32 | #include <stdio.h> | 31 | #include <stdio.h> |
33 | #include <stdlib.h> | 32 | #include <stdlib.h> |
34 | #include <unistd.h> | 33 | #include <unistd.h> |
@@ -38,6 +37,7 @@ | |||
38 | #include <ctype.h> | 37 | #include <ctype.h> |
39 | #include <string.h> | 38 | #include <string.h> |
40 | #include <sys/ioctl.h> | 39 | #include <sys/ioctl.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" |