summaryrefslogtreecommitdiff
path: root/src/systemd-shutdown/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-shutdown/shutdown.c')
-rw-r--r--src/systemd-shutdown/shutdown.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemd-shutdown/shutdown.c b/src/systemd-shutdown/shutdown.c
index f42a910ad4..bf74b5ec99 100644
--- a/src/systemd-shutdown/shutdown.c
+++ b/src/systemd-shutdown/shutdown.c
@@ -19,7 +19,6 @@
#include <errno.h>
#include <getopt.h>
-#include <linux/reboot.h>
#include <signal.h>
#include <stdbool.h>
#include <stdlib.h>
@@ -29,6 +28,8 @@
#include <sys/stat.h>
#include <unistd.h>
+#include <linux/reboot.h>
+
#include "basic/alloc-util.h"
#include "basic/cgroup-util.h"
#include "basic/def.h"