Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 @@
*
*/
#include <fcntl.h>
+#include <string.h>
+#include <stdlib.h>
+#include <getopt.h>
+#include <unistd.h>
#include "busybox.h"
typedef struct ar_headers_s {