diff options
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ | |||
23 | * | 23 | * |
24 | */ | 24 | */ |
25 | #include <fcntl.h> | 25 | #include <fcntl.h> |
26 | #include <string.h> | ||
27 | #include <stdlib.h> | ||
28 | #include <getopt.h> | ||
29 | #include <unistd.h> | ||
26 | #include "busybox.h" | 30 | #include "busybox.h" |
27 | 31 | ||
28 | typedef struct ar_headers_s { | 32 | typedef struct ar_headers_s { |