summaryrefslogtreecommitdiff
path: root/devel/libplist/files/patch-cython
blob: f56e301a3800f1698af8adb977ada5577a925d1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- cython/plist.pyx.orig	2024-05-13 17:37:06 UTC
+++ cython/plist.pyx
@@ -1,6 +1,7 @@ from libc.stdint cimport *
 cimport cpython
 cimport libc.stdlib
 from libc.stdint cimport *
+from ctypes import c_long as long
 
 cdef extern from *:
     ctypedef enum plist_type: