blob: 78fc41236fb8f86a5fe39783e03d45c63b547a03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/cpython.h.orig 2020-07-20 09:50:14 UTC
+++ src/cpython.h
@@ -26,7 +26,7 @@
/* Some python versions don't include this by default. */
-#include <longintrepr.h>
+#include <python3.11/cpython/longintrepr.h>
/* These two macros are basically Py_BEGIN_ALLOW_THREADS and
* Py_BEGIN_ALLOW_THREADS
|