cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>
authorTom Rini <trini@konsulko.com>
Wed, 14 May 2025 22:46:01 +0000 (16:46 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:29:16 +0000 (08:29 -0600)
commit55717ca66f10bd8c1c05cd8053fee233d869e7e5
tree2371ab5452a777972e44acb11d079666aaf37e25
parent64307118499db0be83db29cfcbd8860db1e44e37
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>
cmd/mem.c
test/cmd/mem_copy.c