summaryrefslogtreecommitdiffstats
path: root/lib/ffts/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffts/configure.ac')
-rw-r--r--lib/ffts/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffts/configure.ac b/lib/ffts/configure.ac
index 5f1ff70..2c4e3f5 100644
--- a/lib/ffts/configure.ac
+++ b/lib/ffts/configure.ac
@@ -109,7 +109,7 @@ AC_CHECK_DECLS([posix_memalign,
#include <malloc.h>])
# Checks for header files.
-AC_CHECK_HEADERS([stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
+AC_CHECK_HEADERS([malloc.h stddef.h stdint.h stdlib.h string.h sys/mman.h sys/socket.h sys/time.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL