~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-12-11 07:51:00 UTC
  • mfrom: (670.3.3 remove-my-stpncpy)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081211075100-1jaqspnugi2u87u0
MergedĀ fromĀ Toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
# include <cstddef>
42
42
# include <cassert>
43
43
# include <cerrno>
 
44
# include <sstream>
44
45
#else
45
46
# include <stdint.h>
46
47
# include <inttypes.h>