summaryrefslogtreecommitdiff
path: root/src/libcore/path.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:09:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:09:48 -0400
commite2582041327daab7590c369e99988ab4c827a77b (patch)
tree6946476c40adf51bc7a9f84071a3373a89af25a0 /src/libcore/path.c
parentea373df773e0e8184a4b3f8ffff3bb43f307cde9 (diff)
fix (mostly adjust #includes to have sd- prefix)
Diffstat (limited to 'src/libcore/path.c')
-rw-r--r--src/libcore/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/path.c b/src/libcore/path.c
index 0dd0d375d8..968bd5057e 100644
--- a/src/libcore/path.c
+++ b/src/libcore/path.c
@@ -22,7 +22,7 @@
#include <sys/inotify.h>
#include <unistd.h>
-#include "bus-error.h"
+#include "sd-bus/bus-error.h"
#include "bus-util.h"
#include "dbus-path.h"
#include "fd-util.h"