mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
Use inttypes.h to get at uint32_t instead of sys/types.h.
This commit is contained in:
parent
6be3ba4157
commit
09d8be4117
@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
typedef unsigned char GLubyte;
|
typedef unsigned char GLubyte;
|
||||||
typedef short GLshort;
|
typedef short GLshort;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user