From 34e5a31ec5897de8ba1436dad53df99637569d0a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 19 Jan 2013 04:41:33 +0100 Subject: util: move is_efiboot() to efivars.c --- src/core/mount-setup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/mount-setup.c') 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 -- cgit v1.2.3-54-g00ecf