diff options
| author | Simon McVittie <smcv@debian.org> | 2016-03-05 15:50:33 +0000 |
|---|---|---|
| committer | Simon McVittie <smcv@debian.org> | 2016-03-05 15:50:33 +0000 |
| commit | c729593c36c745f99daa02abb955a19737bf37cb (patch) | |
| tree | 11812d0b6a92820c5f7f5a7531811f67c1b0ebfb /test | |
| parent | 01ecf02c749f7bddb15f57aae26e9e064db0240f (diff) | |
| download | dbus-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.c | 2 |
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); |
