diff options
Diffstat (limited to 'portato/mq.pxd')
-rw-r--r-- | portato/mq.pxd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/portato/mq.pxd b/portato/mq.pxd index ab5cfbe..be7631b 100644 --- a/portato/mq.pxd +++ b/portato/mq.pxd @@ -10,7 +10,8 @@ # # Written by René 'Necoro' Neumann <necoro@necoro.net> -from stdlib cimport * +from python_string cimport * +from python_mem cimport * cdef extern from "errno.h": int errno |