cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>

These files require <compiler.h> in order to have MEM_SUPPORT_64BIT_DATA
be defined but currently rely on a long indirect include path to get it.
Add this directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-05-14 12:21:31 -06:00
parent 60e313d5c6
commit 2f0bf852ab
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include <bootretry.h>
#include <cli.h>
#include <command.h>
#include <compiler.h>
#include <console.h>
#include <display_options.h>
#ifdef CONFIG_MTD_NOR_FLASH

View File

@@ -4,6 +4,7 @@
*/
#include <command.h>
#include <compiler.h>
#include <console.h>
#include <mapmem.h>
#include <dm/test.h>