diff options
Diffstat (limited to 'libssp/ssp.c')
-rw-r--r-- | libssp/ssp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libssp/ssp.c b/libssp/ssp.c index e7babe2..aaa5a32 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 |