Skip to content

Commit 1fde70b

Browse files
committed
Include <stdint.h>
1 parent e8ce806 commit 1fde70b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util/posix.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "git2_util.h"
1111

12+
#include <stdint.h>
1213
#include <stdlib.h>
1314
#include <fcntl.h>
1415
#include <time.h>
@@ -104,8 +105,6 @@ typedef __int64 off64_t;
104105
typedef __haiku_std_int64 off64_t;
105106
#elif defined(__APPLE__)
106107
typedef __int64_t off64_t;
107-
#elif defined(_AIX)
108-
typedef long long off64_t;
109108
#else
110109
typedef int64_t off64_t;
111110
#endif

0 commit comments

Comments
 (0)