mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 18:41:30 +00:00
lib: bootm: add missing include
since the vxworks weaks are reimplement make sure their prototypes are visible. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
52422e37bb
commit
1e96220a56
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <image.h>
|
||||
#include <vxworks.h>
|
||||
#include <u-boot/zlib.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <libfdt.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue