gstversion: Add missing include in .in file.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Sat, 15 Aug 2015 11:25:35 +0000 (13:25 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Sat, 15 Aug 2015 11:26:12 +0000 (13:26 +0200)
gst/gstversion.h.in

index 6ac6784..a74c2d1 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef __GST_VERSION_H__
 #define __GST_VERSION_H__
 
+#include <glib.h>
+
 /**
  * SECTION:gstversion
  * @short_description: GStreamer version macros.