mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
env_mmc: fix compile warning
hexport would complain implicit declaration, if we don't add the include file. env_mmc.c: In function 'saveenv': env_mmc.c:109: warning: implicit declaration of function 'hexport' Signed-off-by: Lei Wen <leiwen@marvell.com>
This commit is contained in:
parent
02bd475e34
commit
6d1d51b32b
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include <linux/stddef.h>
|
||||
#include <malloc.h>
|
||||
#include <mmc.h>
|
||||
#include <search.h>
|
||||
#include <errno.h>
|
||||
|
||||
/* references to names in env_common.c */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue