diff --git a/include/bootstage.h b/include/bootstage.h index f9376c320c..affb0e5c6a 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -11,6 +11,7 @@ #ifndef _BOOTSTAGE_H #define _BOOTSTAGE_H +#include #include /* Flags for each bootstage record */ diff --git a/include/cache.h b/include/cache.h index b12fec2591..296ae3c8b4 100644 --- a/include/cache.h +++ b/include/cache.h @@ -6,6 +6,8 @@ #ifndef __CACHE_H #define __CACHE_H +#include + struct udevice; /* diff --git a/include/cpu.h b/include/cpu.h index be02a16712..2077ff3063 100644 --- a/include/cpu.h +++ b/include/cpu.h @@ -7,6 +7,8 @@ #ifndef __CPU_H #define __CPU_H +#include + struct udevice; /**