From e2e369842ffe8ea1b743ce361ce8cd32e1bb013f Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Thu, 2 Nov 2023 17:36:26 +0900 Subject: [PATCH] Update version and add missing header Change-Id: I98e67c1f45a533bf3cf04408b8d04bc5d5598734 Signed-off-by: Sangchul Lee (cherry picked from commit bea63f98563a0dbe6c5bf6bb2104cdfc2910e157) --- project_def.prop | 2 +- src/common/espp_service_common.h | 1 + tizen-manifest.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/project_def.prop b/project_def.prop index bb4477d..f99fef0 100644 --- a/project_def.prop +++ b/project_def.prop @@ -11,7 +11,7 @@ profile = mobile-7.0 USER_SRCS = ./src/daemon/*.c ./src/common/*.c # User Defines -USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.10" +USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.11" # User Includes USER_INC_DIRS = ./src/daemon ./src/common ./inc ./inc/esplusplayer_capi diff --git a/src/common/espp_service_common.h b/src/common/espp_service_common.h index 4ff18e8..04a97fe 100644 --- a/src/common/espp_service_common.h +++ b/src/common/espp_service_common.h @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef USE_DLOG #include #endif diff --git a/tizen-manifest.xml b/tizen-manifest.xml index b08d1f5..3d8b09c 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,5 +1,5 @@ - + espp-service -- 2.7.4