Commit 1fde70bb by Kai Luo

Include <stdint.h>

parent e8ce8060
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "git2_util.h" #include "git2_util.h"
#include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
#include <time.h> #include <time.h>
...@@ -104,8 +105,6 @@ typedef __int64 off64_t; ...@@ -104,8 +105,6 @@ typedef __int64 off64_t;
typedef __haiku_std_int64 off64_t; typedef __haiku_std_int64 off64_t;
#elif defined(__APPLE__) #elif defined(__APPLE__)
typedef __int64_t off64_t; typedef __int64_t off64_t;
#elif defined(_AIX)
typedef long long off64_t;
#else #else
typedef int64_t off64_t; typedef int64_t off64_t;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment