On Thu, 16 Jun 2016, Frediano Ziglio wrote: > gpointer definition was not included causing the header to fails to > compile if included first. > > Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> Acked-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> > --- > server/video-encoder.h | 1 + > 1 file changed, 1 insertion(+) > > Changes from v1: > - include glib.h to have gpointer definition. > > 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> -- Francois Gouget <fgouget@xxxxxxxxxxxxxxx> _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel