[Spice-devel] [PATCH spice-gtk v2 3/3] Use new common demarshallers.h
Frediano Ziglio
fziglio at redhat.com
Mon Oct 15 11:07:16 UTC 2018
Avoids mismatching duplicate declarations causing potentially
ABI incompatibilities.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
src/spice-channel-priv.h | 2 +-
subprojects/spice-common | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/spice-channel-priv.h b/src/spice-channel-priv.h
index b4310375..091c1163 100644
--- a/src/spice-channel-priv.h
+++ b/src/spice-channel-priv.h
@@ -33,7 +33,7 @@
#include "gio-coroutine.h"
#include "common/client_marshallers.h"
-#include "common/client_demarshallers.h"
+#include "common/demarshallers.h"
#include "common/ssl_verify.h"
G_BEGIN_DECLS
diff --git a/subprojects/spice-common b/subprojects/spice-common
index 7d165366..b1047ed3 160000
--- a/subprojects/spice-common
+++ b/subprojects/spice-common
@@ -1 +1 @@
-Subproject commit 7d16536672a5f2a0f61c6b4279d45b509e957dfb
+Subproject commit b1047ed3ade1621a4bd7d887ff75c1b73161c7ff
--
2.17.2
More information about the Spice-devel
mailing list