diff options
-rw-r--r-- | server/cursor-channel-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/cursor-channel-client.h b/server/cursor-channel-client.h index 2336b95e..fab68379 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 { |