From: Roland McGrath Date: Tue, 5 Feb 2013 19:34:06 +0000 (-0800) Subject: Add missing includes to sysdeps/generic/malloc-sysdep.h. X-Git-Tag: upstream/2.30~9558 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eab55bfb14f5e1ea6f522d81632ce5a1b8a8c942;p=external%2Fglibc.git Add missing includes to sysdeps/generic/malloc-sysdep.h. --- 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