summaryrefslogtreecommitdiff
path: root/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexp.c')
-rw-r--r--regexp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regexp.c b/regexp.c
index 8392586..9067911 100644
--- a/regexp.c
+++ b/regexp.c
@@ -5,6 +5,8 @@
*
*/
+#include <stdlib.h>
+#include <string.h>
#include "regexp.h"
// for PCRE without JIT support