diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-07-10 17:39:25 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-07-10 17:39:25 +0900 |
commit | cb3eb3d7d516a12957939491f3c3cc663c1a9240 (patch) | |
tree | 0171bbda5a67087796eff4b46e2bd981353dea89 /gc.c | |
parent | 9c2851508e49eb2cd22ee1a52b846626180a965f (diff) |
Get rid of conflict in ccan/list
Undefine LIST_HEAD from BSD-origin sys/queue.h.
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" |