diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:24:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:24:41 -0400 |
commit | e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch) | |
tree | bd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/libcore/dbus-path.c | |
parent | aee084841b875167d9afd4984208fb9a95f89896 (diff) |
fix
Diffstat (limited to 'src/libcore/dbus-path.c')
-rw-r--r-- | src/libcore/dbus-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/dbus-path.c b/src/libcore/dbus-path.c index 83eb38fe9a..2f2a65d4c1 100644 --- a/src/libcore/dbus-path.c +++ b/src/libcore/dbus-path.c @@ -17,7 +17,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "bus-util.h" +#include "shared/bus-util.h" #include "dbus-path.h" #include "path.h" #include "basic/string-util.h" |