diff options
Diffstat (limited to 'sed.c')
-rw-r--r-- | sed.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,9 +47,11 @@ | |||
47 | #include <string.h> /* for strdup() */ | 47 | #include <string.h> /* for strdup() */ |
48 | #include <errno.h> | 48 | #include <errno.h> |
49 | #include <ctype.h> /* for isspace() */ | 49 | #include <ctype.h> /* for isspace() */ |
50 | #include <stdlib.h> | ||
50 | #include "busybox.h" | 51 | #include "busybox.h" |
51 | 52 | ||
52 | /* externs */ | 53 | /* externs */ |
54 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); | ||
53 | extern int optind; /* in unistd.h */ | 55 | extern int optind; /* in unistd.h */ |
54 | extern char *optarg; /* ditto */ | 56 | extern char *optarg; /* ditto */ |
55 | 57 | ||