~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
#include <cstdlib>
92
92
#include <string>
93
93
 
 
94
#include <pthread.h>
 
95
 
94
96
/* Added this for string translation. */
95
97
#include <drizzled/gettext.h>
96
98