]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Fix include in python bindings
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 2 Jan 2015 15:10:52 +0000 (13:10 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 2 Jan 2015 15:11:39 +0000 (13:11 -0200)
Prefix the include of libkmod in python bindings.

libkmod/python/kmod/_libkmod_h.pxd

index 547cf70fc430bf0c9eb5fc80972420f1b8395e06..71919537c32e5495193fffc8812a7c783b92dfdd 100644 (file)
@@ -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: