8000 Merge pull request #5233 from juliantaylor/off_t-fix · numpy/numpy@9b4b7b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b4b7b3

Browse files
committed
Merge pull request #5233 from juliantaylor/off_t-fix
BUG: fix build in c99 mode
2 parents 42d890f + 76fc3e7 commit 9b4b7b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/core/include/numpy/npy_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ extern long long __cdecl _ftelli64(FILE *);
133133
#else
134134
#define npy_ftell ftell
135135
#endif
136+
#include <sys/types.h>
136137
#define npy_lseek lseek
137138
#define npy_off_t off_t
138139

0 commit comments

Comments
 (0)
0