diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,11 +30,13 @@ | |||
30 | 30 | ||
31 | #include "busybox.h" | 31 | #include "busybox.h" |
32 | #include <stdio.h> | 32 | #include <stdio.h> |
33 | #include <stdlib.h> | ||
33 | #include <unistd.h> | 34 | #include <unistd.h> |
34 | #include <dirent.h> | 35 | #include <dirent.h> |
35 | #include <errno.h> | 36 | #include <errno.h> |
36 | #include <fcntl.h> | 37 | #include <fcntl.h> |
37 | #include <ctype.h> | 38 | #include <ctype.h> |
39 | #include <string.h> | ||
38 | #include <sys/ioctl.h> | 40 | #include <sys/ioctl.h> |
39 | #define BB_DECLARE_EXTERN | 41 | #define BB_DECLARE_EXTERN |
40 | #define bb_need_help | 42 | #define bb_need_help |