patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well
authorBrian <brian@yutani.localnet.net>
Fri, 13 Apr 2007 15:55:35 +0000 (09:55 -0600)
committerBrian <brian@yutani.localnet.net>
Fri, 13 Apr 2007 15:55:35 +0000 (09:55 -0600)
include/GL/glxext.h

index d239badd74ed7617a241be8ef822056786dc9f8b..fb7ea22c1de13606f2c4b48c22c14318078b24be 100644 (file)
@@ -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__)