summaryrefslogtreecommitdiff
path: root/src/quotacheck
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-27 00:06:29 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:57 +0100
commit4e731273edfe852a3eee2949cd20f49fd5b4f6d7 (patch)
tree3e728dfbf3fdfd51261e4b7c2aa6c7b057f0ced6 /src/quotacheck
parentd4510856a007712900795c79853d2218780c2321 (diff)
downloadsystemd-4e731273edfe852a3eee2949cd20f49fd5b4f6d7.tar.gz
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Diffstat (limited to 'src/quotacheck')
-rw-r--r--src/quotacheck/quotacheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quotacheck/quotacheck.c b/src/quotacheck/quotacheck.c
index a2a035f4f1..dc2911e4e8 100644
--- a/src/quotacheck/quotacheck.c
+++ b/src/quotacheck/quotacheck.c
@@ -29,6 +29,7 @@
#include "signal-util.h"
#include "string-util.h"
#include "util.h"
+#include "proc-cmdline.h"
static bool arg_skip = false;
static bool arg_force = false;