From e9b527ae48cb9609ea0668974de32da523ebd231 Mon Sep 17 00:00:00 2001 From: Eric Andersen <andersen@codepoet.org> Date: Sun, 9 Jul 2000 05:56:14 +0000 Subject: include getopt.h -Erik --- findutils/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/grep.c') 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 <stdio.h> #include <stdlib.h> -#include <unistd.h> /* for getopt() */ +#include <getopt.h> #include <regex.h> #include <string.h> /* for strerror() */ #include <errno.h> -- cgit v1.2.3-55-g6feb