diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-13 09:55:35 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-13 09:55:35 -0600 |
commit | 967c1056d5e86231e4a545a748973e1123cd19c1 (patch) | |
tree | 9a3461b42ed1ecc64e08d678613e89b1fb497a6e /include | |
parent | 9f8373d5cada37ed71e5908a7158d56d9a4c34d5 (diff) |
patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glxext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h index d239badd74..fb7ea22c1d 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__) |