diff options
Diffstat (limited to 'more.c')
-rw-r--r-- | more.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,12 +25,12 @@ | |||
25 | * | 25 | * |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include "busybox.h" | ||
29 | #include <stdio.h> | 28 | #include <stdio.h> |
30 | #include <fcntl.h> | 29 | #include <fcntl.h> |
31 | #include <signal.h> | 30 | #include <signal.h> |
32 | #include <stdlib.h> | 31 | #include <stdlib.h> |
33 | #include <sys/ioctl.h> | 32 | #include <sys/ioctl.h> |
33 | #include "busybox.h" | ||
34 | #define BB_DECLARE_EXTERN | 34 | #define BB_DECLARE_EXTERN |
35 | #define bb_need_help | 35 | #define bb_need_help |
36 | #include "messages.c" | 36 | #include "messages.c" |