diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-27 14:24:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 14:24:58 +0100 |
commit | 7b3e062cb6872e28ef5a2e069810070e28bbe0cd (patch) | |
tree | 19a3f36b8d888047c39bd583e21c6e5955f07b62 /src/core/swap.c | |
parent | 5fd9b2c5467b0a42ccdabc7eb8e516d512609a8e (diff) |
process-util: move a couple of process-related calls over
Diffstat (limited to 'src/core/swap.c')
-rw-r--r-- | src/core/swap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/swap.c b/src/core/swap.c index 5be3c709bf..6eff6ffb4c 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -35,6 +35,7 @@ #include "fstab-util.h" #include "parse-util.h" #include "path-util.h" +#include "process-util.h" #include "special.h" #include "string-table.h" #include "string-util.h" |