diff options
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |