summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 19:40:43 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commit78f22b973fa2c9b09bd974680836df17163d9ee0 (patch)
tree74701529d5284a1ebf5230e7838b2f47c8dbb42e /src/journal/journalctl.c
parente929bee09ab8000e87b7e825ed3a78d73ecdd7f0 (diff)
util-lib: split out resource limits related calls into rlimit-util.[ch]
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index c13b674e15..5b3b6cd143 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -58,6 +58,7 @@
#include "pager.h"
#include "parse-util.h"
#include "path-util.h"
+#include "rlimit-util.h"
#include "set.h"
#include "sigbus.h"
#include "strv.h"