diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-12-22 15:22:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-12-25 11:48:21 +0100 |
commit | 18c528e99fb50c2d7d63b81ba5b91881db74f4c5 (patch) | |
tree | d0aec7ae124c6a4060e76065ed3820145ad4e8a7 /src/partition | |
parent | 0adc28ceecab2fad2fe74d13d58657dfceddd4c3 (diff) | |
download | systemd-18c528e99fb50c2d7d63b81ba5b91881db74f4c5.tar.gz |
basic: split out blockdev-util.[ch] from util.h
With three functions it makes sense to split this out now.
Diffstat (limited to 'src/partition')
-rw-r--r-- | src/partition/growfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partition/growfs.c b/src/partition/growfs.c index 901b33e39e..41b4e872be 100644 --- a/src/partition/growfs.c +++ b/src/partition/growfs.c @@ -28,6 +28,7 @@ #include <sys/types.h> #include <sys/vfs.h> +#include "blockdev-util.h" #include "crypt-util.h" #include "device-nodes.h" #include "dissect-image.h" |