1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

boot: efi - fix missing include

src/boot/efi/splash.c:312:9: warning: implicit declaration of function ‘graphics_mode’ [-Wimplicit-function-declaration]
         err = graphics_mode(TRUE);
         ^
This commit is contained in:
Marcel Holtmann 2015-02-27 01:19:33 +01:00
parent 0c591b6c92
commit 2bdbf32183

View File

@ -19,6 +19,7 @@
#include <efilib.h>
#include "util.h"
#include "graphics.h"
#include "splash.h"
struct bmp_file {