summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'parser.l')
-rw-r--r--parser.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.l b/parser.l
index 99967665..bdee6275 100644
--- a/parser.l
+++ b/parser.l
@@ -35,6 +35,7 @@
#include <dirent.h>
#include <wchar.h>
#include <setjmp.h>
+#include <signal.h>
#include "config.h"
#if HAVE_UNISTD_H
#include <unistd.h>
@@ -44,6 +45,7 @@
#include "gc.h"
#include "stream.h"
#include "utf8.h"
+#include "signal.h"
#include "unwind.h"
#include "hash.h"
#include "parser.h"