about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32270f268f..70b08c900d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
 	!defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
 	* hurd/hurd/fd.h (_hurd_fd_error): Fix struct initializer to be
 	trivial, for C++ conformity.
+	* sysdeps/mach/hurd/dl-sysdep.c: Include <mach/machine/vm_param.h>.
 
 2018-03-03  Andreas Schwab  <schwab@linux-m68k.org>