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