mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 15:30:40 +02:00
patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well
This commit is contained in:
parent
9f8373d5ca
commit
967c1056d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue