diff options
Diffstat (limited to 'src/quotacheck')
-rw-r--r-- | src/quotacheck/quotacheck.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quotacheck/quotacheck.c b/src/quotacheck/quotacheck.c index 9ae3abd990..a729f592cf 100644 --- a/src/quotacheck/quotacheck.c +++ b/src/quotacheck/quotacheck.c @@ -21,12 +21,11 @@ #include <stdio.h> #include <stdbool.h> -#include <string.h> #include <errno.h> #include <unistd.h> #include "util.h" -#include "fileio.h" +#include "process-util.h" static bool arg_skip = false; static bool arg_force = false; |