From 0f775c920cd1adf63f781a0a5bf111846b40678f Mon Sep 17 00:00:00 2001 From: Abhimanyu Date: Tue, 21 Dec 2021 13:48:01 +0530 Subject: [PATCH] Fix glib upgrade issue for msg-service Change-Id: I8d4391f71e2f12fcb8b9eaa93e8e2bfac7b430ce Signed-off-by: Abhimanyu --- agps/include/lbs_agps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agps/include/lbs_agps.h b/agps/include/lbs_agps.h index 304c0fd..fed06d8 100644 --- a/agps/include/lbs_agps.h +++ b/agps/include/lbs_agps.h @@ -19,10 +19,10 @@ #ifndef __LBS_AGPS_H__ #define __LBS_AGPS_H__ -__BEGIN_DECLS - #include +__BEGIN_DECLS + typedef enum { LBS_AGPS_ERROR_NONE = 0x0, LBS_AGPS_ERROR_UNKNOWN, -- 2.7.4