diff --git a/arch/arm/src/goldfish/goldfish_boot.c b/arch/arm/src/goldfish/goldfish_boot.c index b8247c6f4e..816b138af1 100644 --- a/arch/arm/src/goldfish/goldfish_boot.c +++ b/arch/arm/src/goldfish/goldfish_boot.c @@ -36,6 +36,11 @@ # include #endif +#ifdef CONFIG_SCHED_INSTRUMENTATION +# include +# include +#endif + /**************************************************************************** * Public Functions ****************************************************************************/