fix Windows bustage from bug 552216.

This commit is contained in:
Jonathan Kew 2010-03-14 12:13:21 +00:00
Родитель 5631bd435a
Коммит 1cf754e68e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,7 @@ typedef int int32_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
typedef unsigned __int64 uint64_t;
#else
#include <inttypes.h>
#endif