From: Seungha Son Date: Thu, 14 Jan 2021 09:57:06 +0000 (+0900) Subject: halapi: Include stdbool header for common.h X-Git-Tag: submit/tizen/20210119.012202~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F251504%2F3;p=platform%2Fhal%2Fapi%2Fcommon.git halapi: Include stdbool header for common.h The stdbool.h file is required to use the bool data type. Change-Id: I0cc08f2a0229bfb64ddbcf46c1cd69da1a183c82 Signed-off-by: Seungha Son --- diff --git a/src/common.h b/src/common.h index c8b263b..4121c1b 100644 --- a/src/common.h +++ b/src/common.h @@ -17,6 +17,7 @@ #ifndef __COMMON_H__ #define __COMMON_H__ +#include #include #include "hal-common.h"