Fixes the lack of an include directive in gst/gstpreset.h
authorJoão Paulo Pizani Flor <joaopizani@gmail.com>
Mon, 30 Jan 2012 16:48:44 +0000 (14:48 -0200)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 30 Jan 2012 17:22:59 +0000 (17:22 +0000)
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

index 4e60712..7090e68 100644 (file)
@@ -23,6 +23,7 @@
 #define __GST_PRESET_H__
 
 #include <glib-object.h>
+#include <gst/gstconfig.h>
 
 G_BEGIN_DECLS