summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuca Trisciani <luca.trisciani@gmail.com>2017-12-20 00:05:28 +0100
committerLuca Trisciani <luca.trisciani@gmail.com>2017-12-20 00:05:28 +0100
commit8dd2c4fb4d065434fc15c86238a91b63a4a77c99 (patch)
tree913a80f0c18341080c0c0f8630dc2c020445027a /configure.ac
parent433f5e0b111d05bc5ba8ed66d6171fc9dc365ef2 (diff)
Some preprocessor derectives for windows
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c224a1..7473ba8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
])
-AC_CHECK_HEADERS([stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h])
+AC_CHECK_HEADERS([stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h iso646.h])
AC_FUNC_MALLOC
AC_CHECK_FUNCS([clock_gettime memset powf])