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/systemd-update-utmp | |
parent | aee084841b875167d9afd4984208fb9a95f89896 (diff) |
fix
Diffstat (limited to 'src/systemd-update-utmp')
-rw-r--r-- | src/systemd-update-utmp/update-utmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-update-utmp/update-utmp.c b/src/systemd-update-utmp/update-utmp.c index 661215ea8e..69264c3a26 100644 --- a/src/systemd-update-utmp/update-utmp.c +++ b/src/systemd-update-utmp/update-utmp.c @@ -29,14 +29,14 @@ #include "basic/alloc-util.h" #include "sd-bus/bus-error.h" -#include "bus-util.h" +#include "shared/bus-util.h" #include "basic/formats-util.h" #include "basic/log.h" #include "basic/macro.h" #include "basic/special.h" #include "basic/unit-name.h" #include "basic/util.h" -#include "utmp-wtmp.h" +#include "shared/utmp-wtmp.h" typedef struct Context { sd_bus *bus; |