summaryrefslogtreecommitdiff
path: root/win32/common/gstversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/common/gstversion.h')
-rw-r--r--win32/common/gstversion.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h
index 8d4187f5ec..dc4c39823a 100644
--- a/win32/common/gstversion.h
+++ b/win32/common/gstversion.h
@@ -23,6 +23,8 @@
#ifndef __GST_VERSION_H__
#define __GST_VERSION_H__
+#include <glib.h>
+
/**
* SECTION:gstversion
* @short_description: GStreamer version macros.
@@ -58,7 +60,7 @@ G_BEGIN_DECLS
*
* The micro version of GStreamer at compile time:
*/
-#define GST_VERSION_MICRO (2)
+#define GST_VERSION_MICRO (90)
/**
* GST_VERSION_NANO:
*