include getopt.h

-Erik
This commit is contained in:
Eric Andersen 2000-07-09 05:56:14 +00:00
parent 161cf93404
commit e9b527ae48
2 changed files with 2 additions and 2 deletions

View File

@ -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>

2
grep.c
View File

@ -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>