summaryrefslogtreecommitdiff
path: root/libssp/ssp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssp/ssp.c')
-rw-r--r--libssp/ssp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libssp/ssp.c b/libssp/ssp.c
index e7babe2179e..aaa5a322c8d 100644
--- a/libssp/ssp.c
+++ b/libssp/ssp.c
@@ -36,6 +36,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
+#ifdef HAVE_MALLOC_H
+# include <malloc.h>
+#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif