mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-24 18:49:22 +00:00
Required include for OS4 to typedef int64_t
This commit is contained in:
parent
bad1505609
commit
d0517805d8
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user