From 2d218885ecb0bf82cbfd33da1b9186bf6e09375b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 13 Jun 2005 14:07:14 +0000 Subject: mingw changes (Nolan Leake) --- src/mesa/main/glheader.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main') diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index f8ea238f42..abb858638e 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -81,6 +81,9 @@ #if _MSC_VER == 1200 typedef UINT_PTR uintptr_t; #endif +#if defined(__MINGW32__) +#include +#endif #else #include #endif -- cgit v1.2.3