diff options
author | Eric Andersen | 2000-07-09 05:56:14 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-09 05:56:14 +0000 |
commit | e9b527ae48cb9609ea0668974de32da523ebd231 (patch) | |
tree | 46ee5e7f2547b06a6cf4c0e5843af9f8c6148605 /grep.c | |
parent | 161cf93404784ba22e689fab487f38469ae34b98 (diff) | |
download | busybox-e9b527ae48cb9609ea0668974de32da523ebd231.zip busybox-e9b527ae48cb9609ea0668974de32da523ebd231.tar.gz |
include getopt.h
-Erik
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |