From: Lucas De Marchi Date: Fri, 2 Jan 2015 15:10:52 +0000 (-0200) Subject: Fix include in python bindings X-Git-Tag: v20~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b35bf2a11cfe14d4705e432987bec875d62e4d3d;p=thirdparty%2Fkmod.git Fix include in python bindings Prefix the include of libkmod in python bindings. --- diff --git a/libkmod/python/kmod/_libkmod_h.pxd b/libkmod/python/kmod/_libkmod_h.pxd index 547cf70f..71919537 100644 --- a/libkmod/python/kmod/_libkmod_h.pxd +++ b/libkmod/python/kmod/_libkmod_h.pxd @@ -28,7 +28,7 @@ cdef extern from 'stdbool.h': pass -cdef extern from 'libkmod.h': +cdef extern from 'libkmod/libkmod.h': # library user context - reads the config and system # environment, user variables, allows custom logging cdef struct kmod_ctx: