diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-04-17 15:49:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-17 15:49:06 +0200 |
commit | 948a3241ded51c47e32b5b5e91173c2dd8010929 (patch) | |
tree | 9beefbe0049f92270a45fd1ac471ce50bc02f866 /src/nspawn | |
parent | 193a2825ce4fda966ec5ba35184e1af7fc1a6758 (diff) | |
parent | 6b5cf3ea621a5bfd218cd2249e066a52c0e73657 (diff) |
Merge pull request #5708 from vcatechnology/arm-cross-compile
ARM32 cross-compile fixes
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index bce26a383b..fd00d0957a 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -18,7 +18,7 @@ ***/ #ifdef HAVE_BLKID -#include <blkid/blkid.h> +#include <blkid.h> #endif #include <errno.h> #include <getopt.h> |