From 1e8ce11a0b94bb2fcf55590eeffa9c85886b89bc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:57 -0500 Subject: include: Further cleanup includes Add some missing headers such as or or to header files that make direct usage of things provided by these headers. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- include/memalign.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/memalign.h') diff --git a/include/memalign.h b/include/memalign.h index f67f0a74f2..eaa9f6b5cb 100644 --- a/include/memalign.h +++ b/include/memalign.h @@ -11,6 +11,7 @@ * is used to align DMA buffers. */ #ifndef __ASSEMBLY__ +#include #include #include -- cgit v1.2.3