From eab55bfb14f5e1ea6f522d81632ce5a1b8a8c942 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 5 Feb 2013 11:34:06 -0800 Subject: [PATCH] Add missing includes to sysdeps/generic/malloc-sysdep.h. --- ChangeLog | 4 ++++ sysdeps/generic/malloc-sysdep.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ca2253..9c97e4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-05 Roland McGrath + + * sysdeps/generic/malloc-sysdep.h: Include and . + 2013-02-04 Carlos O'Donell * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the diff --git a/sysdeps/generic/malloc-sysdep.h b/sysdeps/generic/malloc-sysdep.h index 3f7892b..18980bc 100644 --- a/sysdeps/generic/malloc-sysdep.h +++ b/sysdeps/generic/malloc-sysdep.h @@ -16,6 +16,9 @@ License along with the GNU C Library; if not, see . */ +#include +#include + /* Force an unmap when the heap shrinks in a secure exec. This ensures that the old data pages immediately cease to be accessible. */ static inline bool -- 2.7.4