blob: f813cb147589571c97dcbe13458c8b9db64317b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/openstep_plist/writer.pyx.orig 2025-01-30 18:15:19 UTC
+++ src/openstep_plist/writer.pyx
@@ -17,6 +17,7 @@ from libc.stdint cimport uint16_t
from cpython.mem cimport PyMem_Free
from libcpp.vector cimport vector
from libc.stdint cimport uint16_t
+from ctypes import c_long as long
cimport cython
from .util cimport (
|