mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
include inttypes.h if __osf__ defined (Randall Hand)
This commit is contained in:
parent
5b2ee9c1e9
commit
44a2e96729
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ typedef struct {
|
|||
} GLXBufferClobberEventSGIX;
|
||||
#endif
|
||||
|
||||
#if defined(__sun__)
|
||||
#if defined(__sun__) || defined(__osf__)
|
||||
#include <inttypes.h>
|
||||
#if defined(__STDC__)
|
||||
#if defined(__arch64__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue