~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2009-11-09 06:31:17 UTC
  • mto: (1208.2.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1209.
  • Revision ID: mordred@inaugust.com-20091109063117-dkqbqt0h03qrhj54
Fixed FreeBSD build issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <netdb.h>
25
25
#include <netinet/tcp.h>
 
26
#include <netinet/in.h>
26
27
#include <signal.h>
27
28
 
28
29
#include <mysys/my_bit.h>