summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-12-17 14:48:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-12-17 14:48:00 +0000
commit538541e3002e7271fad21c0e5c21b65c0db90e45 (patch)
tree5a7da7415a576ebb3dd3bb393676cf6be261002d /include
parentcf9516954295203b6d40887da6e73269b811a0a2 (diff)
VMS update
Diffstat (limited to 'include')
-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 880f2f30f04..068f1c0667f 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