mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-09 19:42:00 +01:00
efi_loader: missing include in efi_string.c
To avoid diverging function definitions we need to include efi_loader.h.
Fixes: fe179d7fb5c1 ("efi_loader: Add size checks to efi_create_indexed_name()")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
3c73c5eb60
commit
a07ee3c198
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <charset.h>
|
#include <charset.h>
|
||||||
|
#include <efi_loader.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* efi_create_indexed_name - create a string name with an index
|
* efi_create_indexed_name - create a string name with an index
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user