Skip to content

Commit be77569

Browse files
committed
fix py27 on Windows
1 parent c172b42 commit be77569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/_unpacker.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cdef extern from "Python.h":
2929
from libc.stdlib cimport *
3030
from libc.string cimport *
3131
from libc.limits cimport *
32-
from libc.stdint cimport *
32+
ctypedef unsigned long long uint64_t
3333

3434
from msgpack.exceptions import (
3535
BufferFull,

0 commit comments

Comments
 (0)