From a27c31aad71fd2e7f23f0a3bded0c243d0ead7ad Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Fri, 14 Nov 2008 16:52:18 +0000 Subject: Postpone time.h include because we will need to customize it on windows. --- numpy/random/mtrand/randomkit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/random/mtrand/randomkit.c') diff --git a/numpy/random/mtrand/randomkit.c b/numpy/random/mtrand/randomkit.c index 6103d88ed..6d93a9c01 100644 --- a/numpy/random/mtrand/randomkit.c +++ b/numpy/random/mtrand/randomkit.c @@ -70,12 +70,12 @@ #include #include #include -#include #include #include #ifdef _WIN32 /* Windows */ +#include #include #ifndef RK_NO_WINCRYPT /* Windows crypto */ @@ -87,6 +87,7 @@ #endif #else /* Unix */ +#include #include #include #endif -- cgit v1.2.1