qmsk/net/socket/platform.pxd
changeset 11 7ae92c2b433f
parent 10 94b0d5a208c1
child 14 c44754cc1ffe
--- a/qmsk/net/socket/platform.pxd	Sun Aug 16 20:18:39 2009 +0300
+++ b/qmsk/net/socket/platform.pxd	Sun Aug 16 20:22:06 2009 +0300
@@ -2,7 +2,7 @@
     Platform definitions for... 64-bit linux. They're all the same, right?
 """
 
-from libc cimport *
+from qmsk.net.libc cimport *
 
 cdef extern from "arpa/inet.h" :
     # XXX: correct?!