diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |