Cleanup patch from Vladimir N. Oleynik.
[oweals/busybox.git] / ar.c
diff --git a/ar.c b/ar.c
index 596574e6af3c7a0f64567a24d9dd645453f05563..550b2a1c42a50890ab9fcd3b2aa2e4e278400afd 100644 (file)
--- a/ar.c
+++ b/ar.c
  *
  */
 #include <fcntl.h>
+#include <string.h>
+#include <stdlib.h>
+#include <getopt.h>
+#include <unistd.h>
 #include "busybox.h"
 
 typedef struct ar_headers_s {