about summary refs log tree commit diff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 01:59:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 01:59:30 +0100
commit44c6376ca357531fe8169f821acde8c4b574d5ac (patch)
tree94f811f9f9cf28f62e9a88e4548d56e7ec83c800 /sysdeps/mach
parent48d34cbc234ce21c79316dc7de9c27207903c220 (diff)
downloadglibc-44c6376ca357531fe8169f821acde8c4b574d5ac.tar.gz
glibc-44c6376ca357531fe8169f821acde8c4b574d5ac.tar.xz
glibc-44c6376ca357531fe8169f821acde8c4b574d5ac.zip
hurd: Add missing include
	* sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index 71d62e233a..1317fd5328 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -31,6 +31,7 @@
 #include <assert.h>
 #include <sysdep.h>
 #include <mach/mig_support.h>
+#include <mach/machine/vm_param.h>
 #include "hurdstartup.h"
 #include <hurd/lookup.h>
 #include <hurd/auth.h>