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:
parent
0c591b6c92
commit
2bdbf32183
@ -19,6 +19,7 @@
|
||||
#include <efilib.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "graphics.h"
|
||||
#include "splash.h"
|
||||
|
||||
struct bmp_file {
|
||||
|
Loading…
Reference in New Issue
Block a user