diff options
Diffstat (limited to 'src/systemd-update-utmp/update-utmp.c')
-rw-r--r-- | src/systemd-update-utmp/update-utmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-update-utmp/update-utmp.c b/src/systemd-update-utmp/update-utmp.c index 8ae4a8a833..fedcaef91c 100644 --- a/src/systemd-update-utmp/update-utmp.c +++ b/src/systemd-update-utmp/update-utmp.c @@ -25,7 +25,7 @@ #include <libaudit.h> #endif -#include "sd-bus.h" +#include <systemd/sd-bus.h> #include "alloc-util.h" #include "bus-error.h" |