Some changelog updates.
[oweals/busybox.git] / gunzip.c
index f2bb59dd7262ed568d47c1f3867a40120cf4819a..d6382aed0a35fb11e41486ee4c3a93ad16278bdf 100644 (file)
--- 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"