aboutsummaryrefslogtreecommitdiff
path: root/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'head.c')
-rw-r--r--head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/head.c b/head.c
index a2d774437..c683ec78a 100644
--- a/head.c
+++ b/head.c
@@ -22,11 +22,11 @@
22 * 22 *
23 */ 23 */
24 24
25#include "busybox.h"
26#include <errno.h> 25#include <errno.h>
27#include <stdio.h> 26#include <stdio.h>
28#include <getopt.h> 27#include <getopt.h>
29#include <stdlib.h> 28#include <stdlib.h>
29#include "busybox.h"
30 30
31int head(int len, FILE *fp) 31int head(int len, FILE *fp)
32{ 32{