patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well

This commit is contained in:
Brian 2007-04-13 09:55:35 -06:00
parent 9f8373d5ca
commit 967c1056d5

View 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__)