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/gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzip.c')
-rw-r--r--gzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gzip.c b/gzip.c
index 09260929e..5a74868c1 100644
--- 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