From: Brian Date: Fri, 13 Apr 2007 15:55:35 +0000 (-0600) Subject: patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=967c1056d5e86231e4a545a748973e1123cd19c1;p=mesa.git patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well --- 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__)