mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Get rid of LIST_HEAD conflict with a system header on macOS
This commit is contained in:
parent
7bf44e9222
commit
baf37a5f9c
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue