remote: included common header spice/enums.h 12/14112/1
authorsungmin ha <sungmin82.ha@samsung.com>
Mon, 23 Dec 2013 11:09:41 +0000 (20:09 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Mon, 23 Dec 2013 11:10:15 +0000 (20:10 +0900)
Change-Id: I395c1ded5d1e41562fbeabfe595a59be233c78b5
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
tizen/distrib/remote/client/spice-gtk-0.19/gtk/spice-widget.c
tizen/distrib/remote/server/spice-0.12.2/server/inputs_channel.c

index 37d1372..bb95e9e 100644 (file)
 #endif
 #endif
 
+#ifdef CONFIG_MARU
+#include <spice/enums.h>
+#endif
+
 #include "spice-widget.h"
 #include "spice-widget-priv.h"
 #include "spice-gtk-session-priv.h"
index 722e093..c17871c 100644 (file)
 #include <spice/vd_agent.h>
 #include <spice/protocol.h>
 
+#ifdef CONFIG_MARU
+#include <spice/enums.h>
+#endif
+
 #include "common/marshaller.h"
 #include "common/messages.h"
 #include "common/generated_server_marshallers.h"