aboutsummaryrefslogtreecommitdiff
path: root/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ar.c')
-rw-r--r--ar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ar.c b/ar.c
index 596574e6a..550b2a1c4 100644
--- a/ar.c
+++ b/ar.c
@@ -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
28typedef struct ar_headers_s { 32typedef struct ar_headers_s {