1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/collectd/pyinclude.patch
2022-11-23 11:05:01 +01:00

13 lines
332 B
Diff

diff --git a/src/cpython.h b/src/cpython.h
index 11e64fa..ef75ea7 100644
--- a/src/cpython.h
+++ b/src/cpython.h
@@ -26,7 +26,7 @@
/* Some python versions don't include this by default. */
-#include <longintrepr.h>
+#include <Python.h>
/* These two macros are basically Py_BEGIN_ALLOW_THREADS and
* Py_BEGIN_ALLOW_THREADS