From 129cd732fbf340f8a7eef4be88c29a8479ed4c01 Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Mon, 23 Dec 2013 20:09:41 +0900 Subject: [PATCH] remote: included common header spice/enums.h Change-Id: I395c1ded5d1e41562fbeabfe595a59be233c78b5 Signed-off-by: sungmin ha --- tizen/distrib/remote/client/spice-gtk-0.19/gtk/spice-widget.c | 4 ++++ tizen/distrib/remote/server/spice-0.12.2/server/inputs_channel.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tizen/distrib/remote/client/spice-gtk-0.19/gtk/spice-widget.c b/tizen/distrib/remote/client/spice-gtk-0.19/gtk/spice-widget.c index 37d1372..bb95e9e 100644 --- a/tizen/distrib/remote/client/spice-gtk-0.19/gtk/spice-widget.c +++ b/tizen/distrib/remote/client/spice-gtk-0.19/gtk/spice-widget.c @@ -37,6 +37,10 @@ #endif #endif +#ifdef CONFIG_MARU +#include +#endif + #include "spice-widget.h" #include "spice-widget-priv.h" #include "spice-gtk-session-priv.h" diff --git a/tizen/distrib/remote/server/spice-0.12.2/server/inputs_channel.c b/tizen/distrib/remote/server/spice-0.12.2/server/inputs_channel.c index 722e093..c17871c 100644 --- a/tizen/distrib/remote/server/spice-0.12.2/server/inputs_channel.c +++ b/tizen/distrib/remote/server/spice-0.12.2/server/inputs_channel.c @@ -28,6 +28,10 @@ #include #include +#ifdef CONFIG_MARU +#include +#endif + #include "common/marshaller.h" #include "common/messages.h" #include "common/generated_server_marshallers.h" -- 2.7.4