summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index 85a91ed1..dfe872a8 100644
--- a/regex.c
+++ b/regex.c
@@ -33,9 +33,11 @@
#include <setjmp.h>
#include <dirent.h>
#include <limits.h>
+#include <signal.h>
#include "config.h"
#include "lib.h"
#include "parser.h"
+#include "signal.h"
#include "unwind.h"
#include "regex.h"
#include "txr.h"