From 160b3284dd3cdad106ad9aebf5fed7e9ff7b142b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Aug 2005 23:25:33 +0000 Subject: include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI. --- include/GL/glxext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/GL') diff --git a/include/GL/glxext.h b/include/GL/glxext.h index ed38b489d8..589d1ef363 100644 --- a/include/GL/glxext.h +++ b/include/GL/glxext.h @@ -347,6 +347,8 @@ typedef long long int int64_t; #include #elif defined(__SCO__) || defined(__USLC__) #include +#elif defined(WIN32) && defined(__GNUC__) +#include #endif #ifndef GLX_VERSION_1_3 -- cgit v1.2.3