[Spice-devel] [PATCH spice-gtk 1/2] MainChannel: include main channel header

Jonathon Jongsma jjongsma at redhat.com
Fri Sep 11 14:32:34 PDT 2015


channel-main.h was presumably being included indirectly into
channel-main.c, but it'd be better to include it explicitly.
---
 src/channel-main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/channel-main.c b/src/channel-main.c
index 03e407e..ea55545 100644
--- a/src/channel-main.c
+++ b/src/channel-main.c
@@ -22,6 +22,7 @@
 #include <common/rect.h>
 #include <glib/gstdio.h>
 
+#include "channel-main.h"
 #include "glib-compat.h"
 #include "spice-client.h"
 #include "spice-common.h"
-- 
2.1.0



More information about the Spice-devel mailing list