Use inttypes.h to get at uint32_t instead of sys/types.h.

This commit is contained in:
Eric Anholt 2006-09-01 15:37:00 -07:00 committed by Damien Lespiau
parent 6be3ba4157
commit 09d8be4117

View File

@ -26,7 +26,7 @@
*
*/
#include <sys/types.h>
#include <inttypes.h>
typedef unsigned char GLubyte;
typedef short GLshort;