aboutsummaryrefslogtreecommitdiff
path: root/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'more.c')
-rw-r--r--more.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/more.c b/more.c
index c4c74fe4a..298e1cfb1 100644
--- a/more.c
+++ b/more.c
@@ -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"