diff options
Diffstat (limited to 'src/grp-system/systemctl')
-rw-r--r-- | src/grp-system/systemctl/systemctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-system/systemctl/systemctl.c b/src/grp-system/systemctl/systemctl.c index 0808ecafe3..63818d07b8 100644 --- a/src/grp-system/systemctl/systemctl.c +++ b/src/grp-system/systemctl/systemctl.c @@ -21,7 +21,6 @@ #include <errno.h> #include <fcntl.h> #include <getopt.h> -#include <linux/reboot.h> #include <locale.h> #include <stdbool.h> #include <stddef.h> @@ -31,6 +30,8 @@ #include <sys/socket.h> #include <unistd.h> +#include <linux/reboot.h> + #include <systemd/sd-bus.h> #include <systemd/sd-daemon.h> #include <systemd/sd-login.h> |