summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index 3460fb27..2d86c830 100644
--- a/gc.c
+++ b/gc.c
@@ -42,6 +42,7 @@
#include "eval.h"
#include "gc.h"
#include "signal.h"
+#include "unwind.h"
#define PROT_STACK_SIZE 1024
#define HEAP_SIZE 16384