summaryrefslogtreecommitdiffstats
path: root/libbb
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-16 21:12:59 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-16 21:12:59 (EST)
commit337528e87f84351bbcdc6acd1a710c207b42533b (patch)
tree0e801a6c298ff4427d1c7ee86f01bb988f279415 /libbb
parent226a5653429e962b0100502936342149a9c7fae2 (diff)
Fix the warnings I created.
git-svn-id: http://opkg.googlecode.com/svn/trunk@326 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libbb')
-rw-r--r--libbb/unzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/unzip.c b/libbb/unzip.c
index 894b788..186da59 100644
--- a/libbb/unzip.c
+++ b/libbb/unzip.c
@@ -45,6 +45,7 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "libbb.h"
static FILE *in_file, *out_file;