Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / gzip.c
diff --git a/gzip.c b/gzip.c
index 09260929e8c16d9e900b41ae9324f9aa225b2b41..5a74868c19d4adec4ae458fad66d8e213f9458dd 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -45,6 +45,7 @@
  */
 #include <stdio.h>
 #include <string.h>
+#include <unistd.h>
 #define memzero(s, n)     memset ((void *)(s), 0, (n))
 
 #ifndef RETSIGTYPE