aboutsummaryrefslogtreecommitdiff
path: root/gunzip.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-06 09:56:35 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-06 09:56:35 +0000
commit1e03add675c58c17d96f51cafa008066d4220a09 (patch)
tree707976ee4be91a365342b34d8069e6c9e0f089bf /gunzip.c
parent5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c (diff)
downloadbusybox-1e03add675c58c17d96f51cafa008066d4220a09.tar.gz
a few minor cleanups.
-Erik
Diffstat (limited to 'gunzip.c')
-rw-r--r--gunzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gunzip.c b/gunzip.c
index f2bb59dd7..d6382aed0 100644
--- a/gunzip.c
+++ b/gunzip.c
@@ -28,6 +28,7 @@
*/
#include "internal.h"
+#include <getopt.h>
static const char gunzip_usage[] =
"gunzip [OPTION]... FILE\n"