add "make help"
[oweals/busybox.git] / coreutils / env.c
index 70cef6588c5800bb26cc8e0b1699b78454d82a46..1a8ad7c787fe95167b211c2d3084a53198ff1b34 100644 (file)
@@ -47,7 +47,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
-#include <getopt.h>
+#include <getopt.h> /* struct option */
 #include "busybox.h"