From 0b452006de98294d1690f045f6ea2f7f6630ec3b Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Fri, 10 Apr 2015 19:10:00 +0200 Subject: shared: add process-util.[ch] --- src/quotacheck/quotacheck.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/quotacheck') 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 #include "util.h" +#include "process-util.h" static bool arg_skip = false; static bool arg_force = false; -- cgit v1.2.3-54-g00ecf