diff options
Diffstat (limited to 'head.c')
-rw-r--r-- | head.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ | |||
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <getopt.h> | 27 | #include <getopt.h> |
28 | #include <stdlib.h> | 28 | #include <stdlib.h> |
29 | #include <string.h> | ||
29 | #include "busybox.h" | 30 | #include "busybox.h" |
30 | 31 | ||
31 | int head(int len, FILE *fp) | 32 | int head(int len, FILE *fp) |