aboutsummaryrefslogtreecommitdiff
path: root/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'head.c')
-rw-r--r--head.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/head.c b/head.c
index c683ec78a..fac9ec659 100644
--- a/head.c
+++ b/head.c
@@ -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
31int head(int len, FILE *fp) 32int head(int len, FILE *fp)