diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 19:10:00 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 23:54:49 +0200 |
commit | 0b452006de98294d1690f045f6ea2f7f6630ec3b (patch) | |
tree | 852bde2d8fd7dac434636bd25a276b5cf0eece9f /src/quotacheck | |
parent | 6482f6269c87d2249e52e889a63adbdd50f2d691 (diff) | |
download | systemd-0b452006de98294d1690f045f6ea2f7f6630ec3b.tar.gz systemd-0b452006de98294d1690f045f6ea2f7f6630ec3b.tar.bz2 systemd-0b452006de98294d1690f045f6ea2f7f6630ec3b.zip |
shared: add process-util.[ch]
Diffstat (limited to 'src/quotacheck')
-rw-r--r-- | src/quotacheck/quotacheck.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quotacheck/quotacheck.c b/src/quotacheck/quotacheck.c index 819706a72f..a729f592cf 100644 --- a/src/quotacheck/quotacheck.c +++ b/src/quotacheck/quotacheck.c @@ -25,6 +25,7 @@ #include <unistd.h> #include "util.h" +#include "process-util.h" static bool arg_skip = false; static bool arg_force = false; |