Note that insmod now also supports powerpc and mips. Thanks Larry.
[oweals/busybox.git] / head.c
diff --git a/head.c b/head.c
index c683ec78aaf715b1277457508f07ea6a6ab59a1e..0c8ef3d5907b8f020b90a7780c964fe281c4e905 100644 (file)
--- a/head.c
+++ b/head.c
 #include <stdio.h>
 #include <getopt.h>
 #include <stdlib.h>
+#include <string.h>
 #include "busybox.h"
 
-int head(int len, FILE *fp)
+static int head(int len, FILE *fp)
 {
        int i;
        char *input;