gstreamer_core/gst/parse/parse.l
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gstreamer_core/gst/parse/parse.l	Tue Aug 31 15:30:33 2010 +0300
+++ b/gstreamer_core/gst/parse/parse.l	Wed Sep 01 12:16:41 2010 +0100
@@ -1,4 +1,5 @@
 %{
+
 #include <math.h>
 #include <string.h>
 
@@ -11,6 +12,11 @@
 #include "../gsturi.h"
 #include "grammar.tab.h"
 
+#ifdef __SYMBIAN32__
+#include <glib_global.h>
+#include <gobject_global.h>
+#endif
+
 /* Override the default ECHO so as to avoid fortify warnings. Ignore the
    embedded-NUL case for now. We know yytext is NUL-terminated. */
 #define ECHO g_fprintf(yyout, "%s", yytext)