From: João Paulo Pizani Flor Date: Mon, 30 Jan 2012 16:48:44 +0000 (-0200) Subject: Fixes the lack of an include directive in gst/gstpreset.h X-Git-Tag: RELEASE-0.11.2~16^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3af9544f9554b0a050ac79dcc72f30d2dae9bd38;p=platform%2Fupstream%2Fgstreamer.git Fixes the lack of an include directive in gst/gstpreset.h It blocked the build of external libraries depending on gstreamer-core (namely, gstreamermm). Complete bug report at https://bugzilla.gnome.org/show_bug.cgi?id=669036 --- diff --git a/gst/gstpreset.h b/gst/gstpreset.h index 4e60712..7090e68 100644 --- a/gst/gstpreset.h +++ b/gst/gstpreset.h @@ -23,6 +23,7 @@ #define __GST_PRESET_H__ #include +#include G_BEGIN_DECLS