~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Monty Taylor
  • Date: 2008-12-15 22:28:17 UTC
  • mto: This revision was merged to the branch mainline in revision 685.
  • Revision ID: monty@bitters-20081215222817-oikkyol2b717txwk
Fixed a couple of build issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <drizzled/common.h>
31
31
#include <mysys/iocache.h>
 
32
#include <stdlib.h>
32
33
#include <string.h>
33
34
 
34
35
class String;