From 9145be3d0afc0959f49cda6465e5733c3353d8f7 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Wed, 10 May 2017 14:48:19 +0900 Subject: [PATCH] Include the glib header in the internal type header Change-Id: I6267eaf34402d57fc60cd088cc2266691fe5d81e Signed-off-by: DoHyun Pyun --- include/bluetooth_type_internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/bluetooth_type_internal.h b/include/bluetooth_type_internal.h index 67770e1..0ac9c80 100644 --- a/include/bluetooth_type_internal.h +++ b/include/bluetooth_type_internal.h @@ -23,6 +23,8 @@ extern "C" { #endif /* __cplusplus */ +#include + /* This variable will be added into bt_service_class_t in tizen 4.0 */ #define BT_SC_MAP_SERVICE_MASK 0x00800000 /**< MAP service class */ -- 2.7.4