From 5e562ab8edcef4a14d96b97b5bc2dcada3ddd12e Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Fri, 20 Oct 2023 19:05:13 +0200 Subject: [PATCH] MAINT: fix a few issues with CPython main/3.13.0a1 --- numpy/_core/include/numpy/npy_common.h | 3 +++ vendored-meson/meson | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/numpy/_core/include/numpy/npy_common.h b/numpy/_core/include/numpy/npy_common.h index 0bdb80be1d43..ca4a47aa4fd3 100644 --- a/numpy/_core/include/numpy/npy_common.h +++ b/numpy/_core/include/numpy/npy_common.h @@ -168,6 +168,9 @@ #define npy_ftell ftell #endif #include + #ifndef _WIN32 + #include + #endif #define npy_lseek lseek #define npy_off_t off_t diff --git a/vendored-meson/meson b/vendored-meson/meson index 66ba7dbbfe28..067efcb7f59d 160000 --- a/vendored-meson/meson +++ b/vendored-meson/meson @@ -1 +1 @@ -Subproject commit 66ba7dbbfe2838983f65ad8fe16da1535ebf5b9d +Subproject commit 067efcb7f59d4cef86c11f9ef7dd64828c48a9b8