* Change sys/types.h for stdint.h which is the standard C99 header.
This commit is contained in:
jean.chalard
2008-11-05 14:08:55 +00:00
parent ddf04e14e8
commit 098c8ce09d

View File

@@ -13,7 +13,7 @@
#if defined (WIN32) || defined (LINUX)
#include <sys/types.h>
#include <stdint.h>
#else