diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-09 05:56:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-09 05:56:14 +0000 |
commit | e9b527ae48cb9609ea0668974de32da523ebd231 (patch) | |
tree | 46ee5e7f2547b06a6cf4c0e5843af9f8c6148605 /findutils/grep.c | |
parent | 161cf93404784ba22e689fab487f38469ae34b98 (diff) | |
download | busybox-w32-e9b527ae48cb9609ea0668974de32da523ebd231.tar.gz busybox-w32-e9b527ae48cb9609ea0668974de32da523ebd231.tar.bz2 busybox-w32-e9b527ae48cb9609ea0668974de32da523ebd231.zip |
include getopt.h
-Erik
Diffstat (limited to 'findutils/grep.c')
-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 c43ad0134..05bf8b8cf 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | #include <stdio.h> | 23 | #include <stdio.h> |
24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
25 | #include <unistd.h> /* for getopt() */ | 25 | #include <getopt.h> |
26 | #include <regex.h> | 26 | #include <regex.h> |
27 | #include <string.h> /* for strerror() */ | 27 | #include <string.h> /* for strerror() */ |
28 | #include <errno.h> | 28 | #include <errno.h> |