From: Samuel Thibault Date: Mon, 21 Dec 2020 16:01:07 +0000 (+0000) Subject: hurd: Fix getting VM_MIN/MAX_ADDRESS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dca11eb872c96f86388890b3750e450cc2a68700;p=binutils-gdb.git 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 . --- diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 1693ce0c43d..6f290be0d51 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -32,6 +32,7 @@ extern "C" #include #include #include +#include #include #include