1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/pypy3/0001-time.patch
2022-07-02 18:08:32 +00:00

10 lines
243 B
Diff

--- a/pypy/module/cpyext/include/Python.h.orig
+++ b/pypy/module/cpyext/include/Python.h
@@ -14,6 +14,7 @@
# include <math.h>
# include <errno.h>
# include <unistd.h>
+# include <sys/time.h>
#else
# ifdef _MSC_VER
# include <crtdefs.h>