mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
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@redhat.com> Acked-by: Francois Gouget <fgouget@codeweavers.com>
This commit is contained in:
parent
77c062f0c0
commit
7b4322ce0f
@ -22,6 +22,7 @@
|
||||
#define _H_VIDEO_ENCODER
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <glib.h>
|
||||
#include <common/draw.h>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user