[Spice-commits] server/stream-channel.h
Jonathon Jongsma
jjongsma at kemper.freedesktop.org
Mon Oct 30 11:03:22 UTC 2017
server/stream-channel.h | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 31652478863b0721ab8c74a7be7291b573ce3aab
Author: Jonathon Jongsma <jjongsma at redhat.com>
Date: Tue Oct 24 14:41:21 2017 -0500
Make stream-channel.h self-contained
Include protocol header file defining StreamMsgFormat which is used in a
function signature in this header.
Signed-off-by: Jonathon Jongsma <jjongsma at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
Reviewed-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/stream-channel.h b/server/stream-channel.h
index f961d715..e8bec80b 100644
--- a/server/stream-channel.h
+++ b/server/stream-channel.h
@@ -19,6 +19,8 @@
#ifndef STREAM_CHANNEL_H_
#define STREAM_CHANNEL_H_
+#include <spice/stream-device.h>
+
#include "red-channel.h"
G_BEGIN_DECLS
More information about the Spice-commits
mailing list