From: Wootak Jung Date: Mon, 26 Sep 2022 04:22:19 +0000 (+0900) Subject: Move glib.h out of extern X-Git-Tag: submit/tizen/20220926.043009^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_7.0;p=platform%2Fcore%2Ftelephony%2Flibcall-manager.git Move glib.h out of extern Change-Id: Ie6f5e19be5c479256d5e70978cdaa8fe169c3126 Signed-off-by: Wootak Jung --- diff --git a/include/call-manager-ext.h b/include/call-manager-ext.h index 2151789..55e3b0b 100644 --- a/include/call-manager-ext.h +++ b/include/call-manager-ext.h @@ -19,11 +19,12 @@ #ifndef __CALL_MANAGER_EXT_H__ #define __CALL_MANAGER_EXT_H__ +#include + #ifdef __cplusplus extern "C" { #endif -#include #include #include "call-manager-extension.h"