From fc5cc9af10a97489152fe2da119336758896eb49 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 5 Jul 2018 08:54:34 +0200 Subject: [PATCH] bsps/arm: Include missing header file --- bsps/arm/include/bsp/arm-a9mpcore-start.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsps/arm/include/bsp/arm-a9mpcore-start.h b/bsps/arm/include/bsp/arm-a9mpcore-start.h index 7d6185b39e..dd1e1247de 100644 --- a/bsps/arm/include/bsp/arm-a9mpcore-start.h +++ b/bsps/arm/include/bsp/arm-a9mpcore-start.h @@ -31,6 +31,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" {