From 12c00f9e8b3e7987cfc5243f5b3edbe6c9fdfdc2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:54 -0400 Subject: include: Add in a few places These files references a number of types that are defined in (and so forth), so include it here rather than rely on indirect inclusion. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- include/cache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cache.h') diff --git a/include/cache.h b/include/cache.h index b12fec25915..296ae3c8b48 100644 --- a/include/cache.h +++ b/include/cache.h @@ -6,6 +6,8 @@ #ifndef __CACHE_H #define __CACHE_H +#include + struct udevice; /* -- cgit v1.2.3