Commit b7468a97 authored by unknown's avatar unknown

Portability fix (for AIX)


innobase/pars/lexyy.c:
  Add missing include file (Needed for AIX)
parent c008eb04
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment