diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index c43ad01..05bf8b8 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> |