From 238765fb7bd0057df50e27cf4bcd7dc9bc8bdc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 27 Nov 2014 15:03:18 +0100 Subject: [PATCH] Add explicit spice-core.h include Several functions use core interfaces, add and explicit include. --- server/spice-server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/spice-server.h b/server/spice-server.h index 01f9a943..79daac5f 100644 --- a/server/spice-server.h +++ b/server/spice-server.h @@ -22,7 +22,7 @@ #error "Only spice.h can be included directly." #endif -/* spice server setup */ +#include "spice-core.h" /* Don't use features incompatible with a specific spice version, so that migration to/from that version works. */