[Spice-commits] server/video-encoder.h
Frediano Ziglio
fziglio at kemper.freedesktop.org
Thu Jun 16 13:14:25 UTC 2016
server/video-encoder.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7b4322ce0fea6c07adb5b60f44d5285675bbb3dc
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Thu Jun 16 10:43:27 2016 +0100
Make video-encoder.h self independent
gpointer definition was not included causing the header to fails to
compile if included first.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Francois Gouget <fgouget at codeweavers.com>
diff --git a/server/video-encoder.h b/server/video-encoder.h
index 5522818..a4cd2b3 100644
--- a/server/video-encoder.h
+++ b/server/video-encoder.h
@@ -22,6 +22,7 @@
#define _H_VIDEO_ENCODER
#include <inttypes.h>
+#include <glib.h>
#include <common/draw.h>
More information about the Spice-commits
mailing list