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:
Frediano Ziglio 2016-06-16 10:43:27 +01:00
parent 77c062f0c0
commit 7b4322ce0f

View File

@ -22,6 +22,7 @@
#define _H_VIDEO_ENCODER
#include <inttypes.h>
#include <glib.h>
#include <common/draw.h>