summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-02-11 18:13:55 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-11 18:13:55 +0100
commit328288bd88a043cf2fefcd10f1efd892414f4a11 (patch)
tree2510ed128b3f4abe0424740707acc707ee184f71 /ConfigureChecks.cmake
parentf7a55ba7805b6f41c640e86f33394bbe48d595e5 (diff)
downloadcmocka-328288bd88a043cf2fefcd10f1efd892414f4a11.tar.gz
cmocka-328288bd88a043cf2fefcd10f1efd892414f4a11.tar.bz2
cmocka-328288bd88a043cf2fefcd10f1efd892414f4a11.zip
tests: Add io.h for open() and close() on Windows.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 7f8c11d..c0dd13d 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -49,6 +49,7 @@ endif (SOLARIS)
# HEADER FILES
check_include_file(assert.h HAVE_ASSERT_H)
check_include_file(inttypes.h HAVE_INTTYPES_H)
+check_include_file(io.h HAVE_IO_H)
check_include_file(malloc.h HAVE_MALLOC_H)
check_include_file(memory.h HAVE_MEMORY_H)
check_include_file(setjmp.h HAVE_SETJMP_H)