]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/python/database.c
Move all header files into src/loc and install them
[people/ms/libloc.git] / src / python / database.c
index 154debc053c8cd857b1c5704f5a2e8ea53e587fa..0e3ddea8c22b5059e4de74ec9bd6c28566e2448f 100644 (file)
@@ -16,7 +16,9 @@
 
 #include <Python.h>
 
-#include "../database.h"
+#include <loc/libloc.h>
+#include <loc/database.h>
+
 #include "database.h"
 
 static PyObject* Database_new(PyTypeObject* type, PyObject* args, PyObject* kwds) {