diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 03cb3bc2b..c4c74fe4a 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <fcntl.h> | 30 | #include <fcntl.h> |
31 | #include <signal.h> | 31 | #include <signal.h> |
32 | #include <stdlib.h> | ||
32 | #include <sys/ioctl.h> | 33 | #include <sys/ioctl.h> |
33 | #define BB_DECLARE_EXTERN | 34 | #define BB_DECLARE_EXTERN |
34 | #define bb_need_help | 35 | #define bb_need_help |