Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / dpkg_deb.c
index 35904950fd891909fd1c572862eac0c10508ad8b..3a789379b439217d7be5b69e392d49db4ab7572d 100644 (file)
@@ -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 {