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