halapi: Include stdbool header for common.h 04/251504/3
authorSeungha Son <seungha.son@samsung.com>
Thu, 14 Jan 2021 09:57:06 +0000 (18:57 +0900)
committerSeungha Son <seungha.son@samsung.com>
Fri, 15 Jan 2021 03:48:57 +0000 (12:48 +0900)
 The stdbool.h file is required to use the bool data type.

Change-Id: I0cc08f2a0229bfb64ddbcf46c1cd69da1a183c82
Signed-off-by: Seungha Son <seungha.son@samsung.com>
src/common.h

index c8b263b..4121c1b 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef __COMMON_H__
 #define __COMMON_H__
 
+#include <stdbool.h>
 #include <dlog.h>
 
 #include "hal-common.h"