aboutsummaryrefslogtreecommitdiff
path: root/libbb/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/unzip.c')
-rw-r--r--libbb/unzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/unzip.c b/libbb/unzip.c
index 40b8af427..b85eb9981 100644
--- a/libbb/unzip.c
+++ b/libbb/unzip.c
@@ -64,6 +64,7 @@ static char *license_msg[] = {
#include <sys/wait.h>
#include <signal.h>
#include <stdlib.h>
+#include <string.h>
#include "libbb.h"
FILE *in_file, *out_file;