summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index 72f1b8f5..cbc213a5 100644
--- a/txr.c
+++ b/txr.c
@@ -32,10 +32,12 @@
#include <setjmp.h>
#include <stdarg.h>
#include <wchar.h>
+#include <signal.h>
#include "config.h"
#include "lib.h"
#include "stream.h"
#include "gc.h"
+#include "signal.h"
#include "unwind.h"
#include "parser.h"
#include "match.h"