summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Pizani Flor <joaopizani@gmail.com>2012-01-30 14:48:44 -0200
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-30 17:22:59 +0000
commit3af9544f9554b0a050ac79dcc72f30d2dae9bd38 (patch)
treee42fee1a801107a5f24196855fae2c0eed8c49af
parent9945b2cd882019da55dba746b28ff43acca66bf9 (diff)
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
-rw-r--r--gst/gstpreset.h1
1 files changed, 1 insertions, 0 deletions
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 <glib-object.h>
+#include <gst/gstconfig.h>
G_BEGIN_DECLS