From eab55bfb14f5e1ea6f522d81632ce5a1b8a8c942 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 5 Feb 2013 11:34:06 -0800 Subject: Add missing includes to sysdeps/generic/malloc-sysdep.h. --- sysdeps/generic/malloc-sysdep.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/generic') diff --git a/sysdeps/generic/malloc-sysdep.h b/sysdeps/generic/malloc-sysdep.h index 3f7892b150..18980bc826 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 -- cgit 1.4.1