summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-12-22 15:22:59 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-25 11:48:21 +0100
commit18c528e99fb50c2d7d63b81ba5b91881db74f4c5 (patch)
treed0aec7ae124c6a4060e76065ed3820145ad4e8a7 /src/gpt-auto-generator
parent0adc28ceecab2fad2fe74d13d58657dfceddd4c3 (diff)
downloadsystemd-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/gpt-auto-generator')
-rw-r--r--src/gpt-auto-generator/gpt-auto-generator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c
index 9e8b956d5c..85899ab301 100644
--- a/src/gpt-auto-generator/gpt-auto-generator.c
+++ b/src/gpt-auto-generator/gpt-auto-generator.c
@@ -28,6 +28,7 @@
#include "alloc-util.h"
#include "blkid-util.h"
+#include "blockdev-util.h"
#include "btrfs-util.h"
#include "dirent-util.h"
#include "dissect-image.h"