From 3af9544f9554b0a050ac79dcc72f30d2dae9bd38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Pizani=20Flor?= Date: Mon, 30 Jan 2012 14:48:44 -0200 Subject: [PATCH] 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 --- gst/gstpreset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstpreset.h b/gst/gstpreset.h index 4e607120fc..7090e68e34 100644 --- a/gst/gstpreset.h +++ b/gst/gstpreset.h @@ -23,6 +23,7 @@ #define __GST_PRESET_H__ #include +#include G_BEGIN_DECLS