X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=head.c;h=0c8ef3d5907b8f020b90a7780c964fe281c4e905;hb=be66ad3212ed728e0a5fa4b972a904a1aa0c9d51;hp=a2d7744376944d352269ba1183eed0e9f935c134;hpb=67991cf824f8df27e74c92d754fb507681c69ce6;p=oweals%2Fbusybox.git diff --git a/head.c b/head.c index a2d774437..0c8ef3d59 100644 --- a/head.c +++ b/head.c @@ -22,13 +22,14 @@ * */ -#include "busybox.h" #include #include #include #include +#include +#include "busybox.h" -int head(int len, FILE *fp) +static int head(int len, FILE *fp) { int i; char *input;