summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-05 15:50:33 +0000
committerSimon McVittie <smcv@debian.org>2016-03-05 15:50:33 +0000
commitc729593c36c745f99daa02abb955a19737bf37cb (patch)
tree11812d0b6a92820c5f7f5a7531811f67c1b0ebfb /test
parent01ecf02c749f7bddb15f57aae26e9e064db0240f (diff)
downloaddbus-python-c729593c36c745f99daa02abb955a19737bf37cb.tar.gz
Move dbus-python.h to a dbus subdirectory
This means we can consistently #include <dbus/dbus-python.h>, either in-tree or out-of-tree. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'test')
-rw-r--r--test/dbus_py_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dbus_py_test.c b/test/dbus_py_test.c
index ea892ab..bd2399d 100644
--- a/test/dbus_py_test.c
+++ b/test/dbus_py_test.c
@@ -24,7 +24,7 @@
*/
#include <Python.h>
-#include "dbus-python.h"
+#include <dbus/dbus-python.h>
#ifdef PY3
PyMODINIT_FUNC PyInit_dbus_py_test(void);