mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
hurd: Fix getting VM_MIN/MAX_ADDRESS
gnu-nat.c was getting the inclusion of vm_param.h only by luck. We need to explicitly include it to be sure to get the definitions of VM_MIN/MAX_ADDRESS. gdb/ChangeLog: * gnu-nat.c: Include <mach/vm_param.h>.
This commit is contained in:
@ -32,6 +32,7 @@ extern "C"
|
||||
#include <mach/message.h>
|
||||
#include <mach/notify.h>
|
||||
#include <mach/vm_attributes.h>
|
||||
#include <mach/vm_param.h>
|
||||
|
||||
#include <hurd.h>
|
||||
#include <hurd/interrupt.h>
|
||||
|
Reference in New Issue
Block a user