From c824bcf74a1781df0225cb811fc27fe7b2f99beb Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 26 Aug 2015 11:11:31 +1000 Subject: [PATCH] common_macros: Include sys/cdefs.h, defines _Static_assert among others --- core/include/common_macros.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/include/common_macros.h b/core/include/common_macros.h index 2b4d73b..7ef2e60 100644 --- a/core/include/common_macros.h +++ b/core/include/common_macros.h @@ -10,6 +10,8 @@ #ifndef _COMMON_MACROS_H #define _COMMON_MACROS_H +#include + #define UNUSED __attributed((unused)) #ifndef BIT