summaryrefslogtreecommitdiff
path: root/src/grp-journal/journalctl/journalctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal/journalctl/journalctl.c')
-rw-r--r--src/grp-journal/journalctl/journalctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-journal/journalctl/journalctl.c b/src/grp-journal/journalctl/journalctl.c
index 85a934e978..8901b46ae5 100644
--- a/src/grp-journal/journalctl/journalctl.c
+++ b/src/grp-journal/journalctl/journalctl.c
@@ -21,7 +21,6 @@
#include <fcntl.h>
#include <fnmatch.h>
#include <getopt.h>
-#include <linux/fs.h>
#include <locale.h>
#include <poll.h>
#include <signal.h>
@@ -33,6 +32,8 @@
#include <sys/stat.h>
#include <unistd.h>
+#include <linux/fs.h>
+
#include <systemd/sd-bus.h>
#include <systemd/sd-journal.h>