From 238765fb7bd0057df50e27cf4bcd7dc9bc8bdc36 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 27 Nov 2014 15:03:18 +0100 Subject: 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(-) (limited to 'server/spice-server.h') 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. */ -- cgit