mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Use inttypes.h to get at uint32_t instead of sys/types.h.
This commit is contained in:
committed by
Damien Lespiau
parent
6be3ba4157
commit
09d8be4117
@@ -26,7 +26,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
typedef unsigned char GLubyte;
|
||||
typedef short GLshort;
|
||||
|
||||
Reference in New Issue
Block a user