From 1667e68797a599c204fefa318df42d434ccb2188 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Feb 2015 23:24:13 +1100 Subject: Revert "Keep mingw specific includes ifdef'd" This reverts commit ba8b9ae307010ee5e8e43c6afc4c9d0571c2bf73. Turns out this is needed on other systems, just happened to be indirect included on them. --- source/blender/blenlib/intern/rand.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender') diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c index ea1349156ba..a03b236b5c6 100644 --- a/source/blender/blenlib/intern/rand.c +++ b/source/blender/blenlib/intern/rand.c @@ -33,10 +33,7 @@ #include #include #include - -#ifdef __MINGW32__ -# include -#endif +#include #include "MEM_guardedalloc.h" -- cgit v1.2.3