10000 MAINT: fix a few issues with CPython main/3.13.0a1 · numpy/numpy@3a73e13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a73e13

Browse files
committed
MAINT: fix a few issues with CPython main/3.13.0a1
1 parent d034f16 commit 3a73e13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

numpy/_core/include/numpy/npy_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
#define npy_ftell ftell
169169
#endif
170170
#include <sys/types.h>
171+
#include <unistd.h>
171172
#define npy_lseek lseek
172173
#define npy_off_t off_t
173174

0 commit comments

Comments
 (0)
0