summaryrefslogtreecommitdiff
path: root/src/systemctl
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/systemctl
parente929bee09ab8000e87b7e825ed3a78d73ecdd7f0 (diff)
util-lib: split out resource limits related calls into rlimit-util.[ch]
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 054e9eaa13..77a05ca346 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -65,6 +65,7 @@
#include "path-lookup.h"
#include "path-util.h"
#include "process-util.h"
+#include "rlimit-util.h"
#include "set.h"
#include "signal-util.h"
#include "socket-util.h"