aboutsummaryrefslogtreecommitdiffstats
path: root/vm_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c3
1 files changed, 3 insertions, 0 deletions
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"