summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-13 09:55:35 -0600
committerBrian <brian@yutani.localnet.net>2007-04-13 09:55:35 -0600
commit967c1056d5e86231e4a545a748973e1123cd19c1 (patch)
tree9a3461b42ed1ecc64e08d678613e89b1fb497a6e /include
parent9f8373d5cada37ed71e5908a7158d56d9a4c34d5 (diff)
patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well
Diffstat (limited to 'include')
-rw-r--r--include/GL/glxext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index d239badd74e..fb7ea22c1de 100644
--- a/include/GL/glxext.h
+++ b/include/GL/glxext.h
@@ -386,7 +386,7 @@ typedef struct {
/* (as used in the GLX_OML_sync_control extension). */
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
#include <inttypes.h>
-#elif defined(__sun__)
+#elif defined(__sun__) || defined(__digital__)
#include <inttypes.h>
#if defined(__STDC__)
#if defined(__arch64__)