From 4c1094acce7a062d28fc2c7c45b2e0357105c7bf Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 18 Jun 2010 14:05:59 +0200 Subject: Make all message structs internal to spice We move all message structs from spice-protocol to spice as we want to be able to change these as needed internally. The on-network format is no longer defined by these structures anyway, but rather by the spice protocol description. --- client/cursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/cursor.h') diff --git a/client/cursor.h b/client/cursor.h index a756543f..f5084cd9 100644 --- a/client/cursor.h +++ b/client/cursor.h @@ -19,7 +19,7 @@ #define _H_CURSOR_ #include "threads.h" -#include +#include "messages.h" #include "red_window_p.h" class CursorOpaque { -- cgit