diff options
author | Kay Sievers <kay@vrfy.org> | 2015-02-26 19:45:08 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-02-26 19:45:08 +0100 |
commit | 2f8d336478536af789d654599f9523d02e0ca693 (patch) | |
tree | ab9f8a8c2abda70d5ba2cdaad19257dad484c04d /src/boot/efi/boot.c | |
parent | 37fa369066c2db1ecc6c7046192503aedc2431f6 (diff) |
boot: efi - split graphics and splash handling
Diffstat (limited to 'src/boot/efi/boot.c')
-rw-r--r-- | src/boot/efi/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c index 8bdc7f8c63..0990fb80f9 100644 --- a/src/boot/efi/boot.c +++ b/src/boot/efi/boot.c @@ -21,6 +21,7 @@ #include "util.h" #include "console.h" #include "graphics.h" +#include "splash.h" #include "pefile.h" #include "linux.h" |