mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI.
This commit is contained in:
parent
c2c2600728
commit
160b3284dd
@ -347,6 +347,8 @@ typedef long long int int64_t;
|
||||
#include <inttypes.h>
|
||||
#elif defined(__SCO__) || defined(__USLC__)
|
||||
#include <stdint.h>
|
||||
#elif defined(WIN32) && defined(__GNUC__)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifndef GLX_VERSION_1_3
|
||||
|
Loading…
Reference in New Issue
Block a user