summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-04-17 15:49:06 +0200
committerGitHub <noreply@github.com>2017-04-17 15:49:06 +0200
commit948a3241ded51c47e32b5b5e91173c2dd8010929 (patch)
tree9beefbe0049f92270a45fd1ac471ce50bc02f866 /src/boot/bootctl.c
parent193a2825ce4fda966ec5ba35184e1af7fc1a6758 (diff)
parent6b5cf3ea621a5bfd218cd2249e066a52c0e73657 (diff)
Merge pull request #5708 from vcatechnology/arm-cross-compile
ARM32 cross-compile fixes
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r--src/boot/bootctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index 155bf278b2..3358dc32a5 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -19,7 +19,7 @@
***/
#include <assert.h>
-#include <blkid/blkid.h>
+#include <blkid.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>