mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
xtensa: relocate: Add missing headers
memset and size_t are used in this file, so add missing headers. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
*/
|
||||
|
||||
#include <relocate.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/types.h>
|
||||
#include <asm/sections.h>
|
||||
#include <asm/string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user