diff --git a/vm_dump.c b/vm_dump.c index 09051cfc32..4bc41f2131 100644 --- a/vm_dump.c +++ b/vm_dump.c @@ -23,6 +23,9 @@ # ifdef __LP64__ # define vm_region_recurse vm_region_recurse_64 # endif +/* that is defined in sys/queue.h, and conflicts with + * ccan/list/list.h */ +# undef LIST_HEAD #endif #include "addr2line.h"