Fix some formatting
[oweals/busybox.git] / sed.c
diff --git a/sed.c b/sed.c
index a50d8d03bfac7154883c6030a12914ce3b1a1cb5..95aad79e8aec80689f52baf98250b3f64ee1057a 100644 (file)
--- a/sed.c
+++ b/sed.c
 #include <string.h> /* for strdup() */
 #include <errno.h>
 #include <ctype.h> /* for isspace() */
+#include <stdlib.h>
 #include "busybox.h"
 
 /* externs */
+extern void xregcomp(regex_t *preg, const char *regex, int cflags);
 extern int optind; /* in unistd.h */
 extern char *optarg; /* ditto */