diff options
author | Colin Walters <walters@verbum.org> | 2015-05-04 16:12:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-05-05 22:35:29 -0400 |
commit | cd2eb9e942eb380a5419cc978ad494807540d357 (patch) | |
tree | 80bcd2d6237236648e38b45b74e6d866a9c9bd74 /src/shared/machine-pool.c | |
parent | 7e7cddb22493642dad826ec42ac00979f40b2d17 (diff) |
lockfile-util.[ch]: Split out from util.[ch]
Continuing the general trend of splitting up util.[ch]. I specifically
want to reuse this code in https://github.com/GNOME/libglnx and
having it split up will make future copy-pasting easier.
Diffstat (limited to 'src/shared/machine-pool.c')
-rw-r--r-- | src/shared/machine-pool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/machine-pool.c b/src/shared/machine-pool.c index 41aa1b7ac6..9920d150ab 100644 --- a/src/shared/machine-pool.c +++ b/src/shared/machine-pool.c @@ -26,6 +26,7 @@ #include "util.h" #include "process-util.h" +#include "lockfile-util.h" #include "mkdir.h" #include "btrfs-util.h" #include "path-util.h" |