From e1a92c370e5bd57a29f4ad66c72bae1078275f62 Mon Sep 17 00:00:00 2001 From: Jukka Ojanen Date: Thu, 30 Jul 2015 12:06:13 +0300 Subject: Detect presence of malloc.h, fixes anthonix/ffts#40 --- src/ffts_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/ffts_internal.h b/src/ffts_internal.h index 14d037d..30e814b 100644 --- a/src/ffts_internal.h +++ b/src/ffts_internal.h @@ -38,7 +38,10 @@ #include "ffts_attributes.h" #include "types.h" +#ifdef HAVE_MALLOC_H #include +#endif + #include #ifdef HAVE_STDINT_H -- cgit v1.1