From: Brian Paul Date: Mon, 15 Aug 2005 23:25:33 +0000 (+0000) Subject: include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=160b3284dd3cdad106ad9aebf5fed7e9ff7b142b;p=mesa.git include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI. --- diff --git a/include/GL/glxext.h b/include/GL/glxext.h index ed38b489d83..589d1ef363e 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