aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-09 05:56:14 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-09 05:56:14 +0000
commit8addc88df4e17c82c6c73cc1e48bf78c6cdf48a7 (patch)
tree46ee5e7f2547b06a6cf4c0e5843af9f8c6148605
parent440fe9e7641769733e392f17815cd2861e48463c (diff)
downloadbusybox-w32-8addc88df4e17c82c6c73cc1e48bf78c6cdf48a7.tar.gz
busybox-w32-8addc88df4e17c82c6c73cc1e48bf78c6cdf48a7.tar.bz2
busybox-w32-8addc88df4e17c82c6c73cc1e48bf78c6cdf48a7.zip
include getopt.h
-Erik git-svn-id: svn://busybox.net/trunk/busybox@793 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--findutils/grep.c2
-rw-r--r--grep.c2
2 files changed, 2 insertions, 2 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>
diff --git a/grep.c b/grep.c
index c43ad0134..05bf8b8cf 100644
--- a/grep.c
+++ b/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>