From f876fd66b4bced68e4771f051186023d142cfa5e Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Mon, 18 Aug 2008 10:37:15 +0000 Subject: Fixing compile errors on mingw/cygwin (reported by aligorith) --- intern/opennl/superlu/BLO_sys_types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'intern/opennl/superlu') diff --git a/intern/opennl/superlu/BLO_sys_types.h b/intern/opennl/superlu/BLO_sys_types.h index 4d3ffbe023d..953b2ebad46 100644 --- a/intern/opennl/superlu/BLO_sys_types.h +++ b/intern/opennl/superlu/BLO_sys_types.h @@ -96,6 +96,10 @@ typedef unsigned long uintptr_t; #include +#elif defined(FREE_WINDOWS) + +#include + #else /* FreeBSD, Irix, Solaris */ -- cgit v1.2.3