From d0517805d84f0fdd6c1311eb00a0d4ff257b4e47 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 5 Jun 2012 11:47:17 +0100 Subject: [PATCH] Required include for OS4 to typedef int64_t --- include/git2/types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/git2/types.h b/include/git2/types.h index b569e83c1..8fdfd7fc8 100644 --- a/include/git2/types.h +++ b/include/git2/types.h @@ -48,6 +48,9 @@ GIT_BEGIN_DECL * stat() functions, for all platforms. */ #include +#ifdef __amigaos4__ +#include +#endif #if defined(_MSC_VER)