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