From: Eric Andersen Date: Sun, 9 Jul 2000 05:56:14 +0000 (-0000) Subject: include getopt.h X-Git-Tag: 0_46~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9b527ae48cb9609ea0668974de32da523ebd231;p=oweals%2Fbusybox.git include getopt.h -Erik --- diff --git a/findutils/grep.c b/findutils/grep.c index c43ad0134..05bf8b8cf 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -22,7 +22,7 @@ #include #include -#include /* for getopt() */ +#include #include #include /* for strerror() */ #include diff --git a/grep.c b/grep.c index c43ad0134..05bf8b8cf 100644 --- a/grep.c +++ b/grep.c @@ -22,7 +22,7 @@ #include #include -#include /* for getopt() */ +#include #include #include /* for strerror() */ #include