diff options
Diffstat (limited to 'include/GL/glxext.h')
-rw-r--r-- | include/GL/glxext.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <inttypes.h> #elif defined(__SCO__) || defined(__USLC__) #include <stdint.h> +#elif defined(WIN32) && defined(__GNUC__) +#include <stdint.h> #endif #ifndef GLX_VERSION_1_3 |