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