From 514e255a09f723ac29262a7627095675df1560cf Mon Sep 17 00:00:00 2001 From: "jinh0.choi" Date: Mon, 21 Aug 2017 19:36:12 +0900 Subject: [PATCH] distrib: change protobuf-c header path Change-Id: I3069edd6f05b09f434adb84830e668c7b1f6b908 Signed-off-by: jinh0.choi --- tizen/src/ecs/genmsg/ecs.pb-c.h | 2 +- tizen/src/ecs/genmsg/ecs_ids.pb-c.h | 2 +- tizen/src/eventcast/genmsg/eventcast.pb-c.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tizen/src/ecs/genmsg/ecs.pb-c.h b/tizen/src/ecs/genmsg/ecs.pb-c.h index c242470cb7..9b3e1e39c1 100644 --- a/tizen/src/ecs/genmsg/ecs.pb-c.h +++ b/tizen/src/ecs/genmsg/ecs.pb-c.h @@ -4,7 +4,7 @@ #ifndef PROTOBUF_C_ecs_2eproto__INCLUDED #define PROTOBUF_C_ecs_2eproto__INCLUDED -#include +#include "../../../distrib/protobuf/protobuf-c.h" PROTOBUF_C__BEGIN_DECLS diff --git a/tizen/src/ecs/genmsg/ecs_ids.pb-c.h b/tizen/src/ecs/genmsg/ecs_ids.pb-c.h index 292791fbab..18b6790e04 100644 --- a/tizen/src/ecs/genmsg/ecs_ids.pb-c.h +++ b/tizen/src/ecs/genmsg/ecs_ids.pb-c.h @@ -4,7 +4,7 @@ #ifndef PROTOBUF_C_ecs_5fids_2eproto__INCLUDED #define PROTOBUF_C_ecs_5fids_2eproto__INCLUDED -#include +#include "../../../distrib/protobuf/protobuf-c.h" PROTOBUF_C__BEGIN_DECLS diff --git a/tizen/src/eventcast/genmsg/eventcast.pb-c.h b/tizen/src/eventcast/genmsg/eventcast.pb-c.h index ddf3429fb0..ed24f361c8 100644 --- a/tizen/src/eventcast/genmsg/eventcast.pb-c.h +++ b/tizen/src/eventcast/genmsg/eventcast.pb-c.h @@ -4,7 +4,7 @@ #ifndef PROTOBUF_C_eventcast_2eproto__INCLUDED #define PROTOBUF_C_eventcast_2eproto__INCLUDED -#include +#include "../../../distrib/protobuf/protobuf-c.h" PROTOBUF_C__BEGIN_DECLS -- 2.34.1