aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/python/serd.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/serd.pyx')
-rw-r--r--bindings/python/serd.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/serd.pyx b/bindings/python/serd.pyx
index 143705a3..03bf4061 100644
--- a/bindings/python/serd.pyx
+++ b/bindings/python/serd.pyx
@@ -21,7 +21,7 @@ cdef extern from "stdarg.h":
ctypedef struct va_list:
pass
-cdef extern from "serd/serd.h":
+cdef extern from "serd.h":
ctypedef struct SerdWorld
ctypedef struct SerdNodes
ctypedef struct SerdStatement