pbutils: fix stand-alone version header include
authorTim-Philipp Müller <tim@centricular.com>
Sun, 21 May 2017 16:42:55 +0000 (17:42 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 21 May 2017 16:43:12 +0000 (17:43 +0100)
Include gst headers for GST_EXPORT.

gst-libs/gst/pbutils/gstpluginsbaseversion.h.in

index 317b285..cc16c4c 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __GST_PLUGINS_BASE_VERSION_H__
 #define __GST_PLUGINS_BASE_VERSION_H__
 
-#include <glib.h>
+#include <gst/gst.h>
 
 G_BEGIN_DECLS