diff options
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ #include <emscripten.h> #endif +#undef LIST_HEAD /* ccan/list conflicts with BSD-origin sys/queue.h. */ + #include "constant.h" #include "debug_counter.h" #include "eval_intern.h" |