From 86cc3f0d16643a04e40c14de3f8b7aab2222b3fc Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 27 Feb 2013 15:07:05 +0100 Subject: cython: Remove custom stdint.pxi and use libc.stdint cimport instead --- cython/imobiledevice.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cython/imobiledevice.pxd') diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd index 3ec8dfb..cd17061 100644 --- a/cython/imobiledevice.pxd +++ b/cython/imobiledevice.pxd @@ -1,6 +1,6 @@ cimport plist -include "stdint.pxi" +from libc.stdint cimport * cdef extern from "pyerrors.h": ctypedef class __builtin__.Exception [object PyBaseExceptionObject]: -- cgit v1.1-32-gdbae