~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Monty Taylor
  • Date: 2011-02-22 00:30:21 UTC
  • mto: This revision was merged to the branch mainline in revision 2190.
  • Revision ID: mordred@inaugust.com-20110222003021-w8rrhb7vcxn7mmku
Fixed two tiny things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <libdrizzle/drizzle_client.h>
39
39
 
40
40
#include "server_detect.h"
 
41
#include "get_password.h"
41
42
 
42
43
#include <boost/date_time/posix_time/posix_time.hpp>
43
44