diff options
Diffstat (limited to 'dpkg_deb.c')
-rw-r--r-- | dpkg_deb.c | 3 |
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 { |