[Spice-devel] [PATCH spice 3/3] Add explicit spice-core.h include

Marc-André Lureau marcandre.lureau at gmail.com
Thu Nov 27 06:04:38 PST 2014


Several functions use core interfaces, add and explicit include.
---
Pushed without review as trivial

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 01f9a94..79daac5 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. */
-- 
2.1.0



More information about the Spice-devel mailing list