From 9b20fe8b1dd40b10877b24fde1fe15c63fbf9dda Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 26 Sep 2022 13:22:19 +0900 Subject: [PATCH] Move glib.h out of extern Change-Id: Ie6f5e19be5c479256d5e70978cdaa8fe169c3126 Signed-off-by: Wootak Jung --- include/call-manager-ext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.34.1