diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-19 04:41:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-21 01:04:16 +0100 |
commit | 34e5a31ec5897de8ba1436dad53df99637569d0a (patch) | |
tree | b9cdf255a4af787ac20905f25878cafb5266ec59 /src/core | |
parent | e1af7092a8e124eff5f7a668f0f1562c4df4b02f (diff) |
util: move is_efiboot() to efivars.c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/mount-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index 98614d0c3e..5b32474bbe 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -41,6 +41,7 @@ #include "path-util.h" #include "missing.h" #include "virt.h" +#include "efivars.h" #ifndef TTY_GID #define TTY_GID 5 |