diff options
Diffstat (limited to 'coreutils/head.c')
-rw-r--r-- | coreutils/head.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/head.c b/coreutils/head.c index a0ca453de..71aa8258c 100644 --- a/coreutils/head.c +++ b/coreutils/head.c | |||
@@ -25,6 +25,8 @@ | |||
25 | #include "busybox.h" | 25 | #include "busybox.h" |
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <stdio.h> | 27 | #include <stdio.h> |
28 | #include <getopt.h> | ||
29 | #include <stdlib.h> | ||
28 | 30 | ||
29 | int head(int len, FILE *fp) | 31 | int head(int len, FILE *fp) |
30 | { | 32 | { |