diff options
Diffstat (limited to 'cython/imobiledevice.pxd')
| -rw-r--r-- | cython/imobiledevice.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | cimport plist | 1 | cimport plist |
| 2 | 2 | ||
| 3 | include "stdint.pxi" | 3 | from libc.stdint cimport * |
| 4 | 4 | ||
| 5 | cdef extern from "pyerrors.h": | 5 | cdef extern from "pyerrors.h": |
| 6 | ctypedef class __builtin__.Exception [object PyBaseExceptionObject]: | 6 | ctypedef class __builtin__.Exception [object PyBaseExceptionObject]: |
