Required include for OS4 to typedef int64_t

This commit is contained in:
Chris Young 2012-06-05 11:47:17 +01:00
parent bad1505609
commit d0517805d8

View File

@ -48,6 +48,9 @@ GIT_BEGIN_DECL
* stat() functions, for all platforms.
*/
#include <sys/types.h>
#ifdef __amigaos4__
#include <stdint.h>
#endif
#if defined(_MSC_VER)