From 967c1056d5e86231e4a545a748973e1123cd19c1 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 13 Apr 2007 09:55:35 -0600 Subject: [PATCH] patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well --- include/GL/glxext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#elif defined(__sun__) +#elif defined(__sun__) || defined(__digital__) #include #if defined(__STDC__) #if defined(__arch64__) -- 2.30.2