summaryrefslogtreecommitdiffstats
path: root/server/spice-server.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2014-11-27 15:03:18 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2014-11-27 15:03:44 +0100
commit238765fb7bd0057df50e27cf4bcd7dc9bc8bdc36 (patch)
treebcbac4a64f811b35a5d4b1c1336890c141284434 /server/spice-server.h
parent116d84a22904a3ae5bb7c1336523c4d330eaf0cd (diff)
downloadspice-238765fb7bd0057df50e27cf4bcd7dc9bc8bdc36.tar.gz
spice-238765fb7bd0057df50e27cf4bcd7dc9bc8bdc36.tar.xz
spice-238765fb7bd0057df50e27cf4bcd7dc9bc8bdc36.zip
Add explicit spice-core.h include
Several functions use core interfaces, add and explicit include.
Diffstat (limited to 'server/spice-server.h')
-rw-r--r--server/spice-server.h2
1 files changed, 1 insertions, 1 deletions
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. */