summaryrefslogtreecommitdiff
path: root/src/grp-journal/journalctl
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-02 17:54:39 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-02 17:54:39 -0400
commit01a67dbfc491832def1ba8a2c3e7cda228e6f7c2 (patch)
treee5a25487d4ec161ed7e83754710ba8f83ec355f1 /src/grp-journal/journalctl
parentd7efceae3181337f25c8ef992923ae172b28b277 (diff)
./fixup.sh
Diffstat (limited to 'src/grp-journal/journalctl')
-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>