diff --git a/arch/arm/src/qemu/qemu_boot.c b/arch/arm/src/qemu/qemu_boot.c index 87d72055126..027fb8392ed 100644 --- a/arch/arm/src/qemu/qemu_boot.c +++ b/arch/arm/src/qemu/qemu_boot.c @@ -36,6 +36,12 @@ # include #endif +#include + +/**************************************************************************** + * Private Data + ****************************************************************************/ + #ifdef CONFIG_SYSLOG_RPMSG static char g_syslog_rpmsg_buf[4096]; #endif