[Spice-devel] [PATCH spice-server 03/10] Avoid to typedef twice CursorChannel
Frediano Ziglio
fziglio at redhat.com
Mon Oct 17 13:26:38 UTC 2016
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/cursor-channel-client.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/cursor-channel-client.h b/server/cursor-channel-client.h
index 2336b95..fab6837 100644
--- a/server/cursor-channel-client.h
+++ b/server/cursor-channel-client.h
@@ -24,6 +24,7 @@
#include "red-common.h"
#include "red-channel-client.h"
#include "reds-stream.h"
+#include "cursor-channel.h"
G_BEGIN_DECLS
@@ -43,7 +44,6 @@ G_BEGIN_DECLS
typedef struct CursorChannelClient CursorChannelClient;
typedef struct CursorChannelClientClass CursorChannelClientClass;
typedef struct CursorChannelClientPrivate CursorChannelClientPrivate;
-typedef struct CursorChannel CursorChannel;
struct CursorChannelClient
{
--
2.7.4
More information about the Spice-devel
mailing list