From 36a39f6b293909926bf42874b24c66ae9cf0e5ca Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Mon, 10 Apr 2017 16:25:04 +0930 Subject: common: Add includes for used types common.h makes use of va_list, stdbool and stdint types, so lets include them to make the header self-contained. Change-Id: I3a62bfd80d4f138edee749587330c498e7232f38 Signed-off-by: Andrew Jeffery --- common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 14fdfe9..55b7b1e 100644 --- a/common.h +++ b/common.h @@ -17,6 +17,10 @@ #ifndef COMMON_H #define COMMON_H +#include +#include +#include + #ifndef PREFIX #define PREFIX "" #endif -- cgit v1.2.1