~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Monty Taylor
  • Date: 2009-02-10 02:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 871.
  • Revision ID: mordred@inaugust.com-20090210022923-hvdcg0hg6gs14ysz
Fix for multi-versions of PCRE thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include <string>
46
46
#include <vector>
47
47
 
48
 
#include <pcre.h>
 
48
#include PCRE_HEADER
49
49
 
50
50
#include <mysys/hash.h>
51
51
#include <stdarg.h>