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
diff options
context:
space:
mode:
Diffstat (limited to 'dpkg_deb.c')
-rw-r--r--dpkg_deb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dpkg_deb.c b/dpkg_deb.c
index 35904950f..3a789379b 100644
--- a/dpkg_deb.c
+++ b/dpkg_deb.c
@@ -17,6 +17,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
+#include <unistd.h>
+#include <string.h>
+#include <stdlib.h>
#include "busybox.h"
typedef struct ar_headers_s {