diff options
Diffstat (limited to 'src/system/systemctl/systemctl.c')
-rw-r--r-- | src/system/systemctl/systemctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/system/systemctl/systemctl.c b/src/system/systemctl/systemctl.c index 908ccabf8a..c03fca06c8 100644 --- a/src/system/systemctl/systemctl.c +++ b/src/system/systemctl/systemctl.c @@ -31,9 +31,9 @@ #include <sys/socket.h> #include <unistd.h> -#include "sd-bus.h" -#include "sd-daemon.h" -#include "sd-login.h" +#include <systemd/sd-bus.h> +#include <systemd/sd-daemon.h> +#include <systemd/sd-login.h> #include "alloc-util.h" #include "bus-common-errors.h" |