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