~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Monty Taylor
  • Author(s): iwamatsu at nigauri
  • Date: 2010-04-23 01:02:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1515.
  • Revision ID: mordred@inaugust.com-20100423010240-7aokiwfe35bz4wul
Add cstdio include to files needing it. Fixes the build on some debian
platforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "drizzled/lookup_symbol.h"
27
27
#include "drizzled/index_hint.h"
28
28
 
 
29
#include <cstdio>
29
30
#include <ctype.h>
30
31
 
31
32
using namespace std;