summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/GL/glxext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index 880f2f30f0..068f1c0667 100644
--- a/include/GL/glxext.h
+++ b/include/GL/glxext.h
@@ -334,9 +334,9 @@ typedef struct {
#if defined(__UNIXOS2__) || defined(__SOL64__)
typedef long int int32_t;
typedef long long int int64_t;
-#endif
-
-#if defined(__SCO__) || defined(__USLC__)
+#elif defined( __VMS )
+#include <inttypes.h>
+#elif defined(__SCO__) || defined(__USLC__)
#include <stdint.h>
#endif