From f1e201d9e74bdd4041252ac89ebf1f8dec860167 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 2 Oct 2016 13:57:09 -0500 Subject: Fix autotools build of FFTS Delete autogenerated files --- lib/ffts/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ffts/configure.ac') 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 ]) # 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 -- cgit v1.2.3