From 071cf2767f832ec89eff40a476903d4ac5240dcf Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:52 -0500 Subject: global: Rework architecture global_data.h to include In most cases, the architecture global data currently makes use of assorted linux types, but does not include to provide them. Add instead of relying on indirect inclusion. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- include/system-constants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/system-constants.h b/include/system-constants.h index d688629f119..e09fc418a47 100644 --- a/include/system-constants.h +++ b/include/system-constants.h @@ -3,6 +3,8 @@ #ifndef __SYSTEM_CONSTANTS_H__ #define __SYSTEM_CONSTANTS_H__ +#include + /* * The most common case for our initial stack pointer address is to * say that we have defined a static intiial ram address location and -- cgit v1.2.3