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