summaryrefslogtreecommitdiffstats
path: root/server/reds.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/reds.c')
-rw-r--r--server/reds.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/server/reds.c b/server/reds.c
index c7181ee5..ca6522d1 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -55,6 +55,7 @@
#include "demarshallers.h"
#include "marshaller.h"
#include "generated_marshallers.h"
+#include "server/char_device.h"
#ifdef USE_TUNNEL
#include "red_tunnel_worker.h"
#endif
@@ -174,10 +175,6 @@ enum {
VDI_PORT_READ_STATE_READ_DATA,
};
-struct SpiceCharDeviceState {
- void (*wakeup)(SpiceCharDeviceInstance *sin);
-};
-
void vdagent_char_device_wakeup(SpiceCharDeviceInstance *sin);
struct SpiceCharDeviceState vdagent_char_device_state = {
.wakeup = &vdagent_char_device_wakeup,