From 9cf9f18fc449eb53410babaeee274106a43cf9e5 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 c242470..1255a98 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 292791f..1aa9a11 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 ddf3429..23dda07 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.7.4