From 15be673054bd0b71f9a4e47ee0af337f3d917e09 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 6 Jun 2009 13:18:01 +0000 Subject: ENH: add some cmake docs and fix build with socklen_t --- CMake/CheckTypeSize.c.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMake') diff --git a/CMake/CheckTypeSize.c.in b/CMake/CheckTypeSize.c.in index 8c9a0163e..ba8d3044c 100644 --- a/CMake/CheckTypeSize.c.in +++ b/CMake/CheckTypeSize.c.in @@ -6,6 +6,12 @@ # include #endif /* HAVE_SYS_TYPES_H */ + +#ifdef _WIN32 +# include +#endif + + #ifdef HAVE_STDINT_H # include #endif /* HAVE_STDINT_H */ -- cgit v1.2.3