Commit b7468a97 authored by unknown's avatar unknown
Browse files

Portability fix (for AIX)


innobase/pars/lexyy.c:
  Add missing include file (Needed for AIX)
parent c008eb04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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