summaryrefslogtreecommitdiff
path: root/innobase/pars/lexyy.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/pars/lexyy.c')
-rw-r--r--innobase/pars/lexyy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/pars/lexyy.c b/innobase/pars/lexyy.c
index b96e82b414a..1a2578fcf11 100644
--- a/innobase/pars/lexyy.c
+++ b/innobase/pars/lexyy.c
@@ -4,6 +4,9 @@
* $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
*/
+/* This include MUST be first to keep things portable ! */
+#include "univ.i"
+
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5