~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/structs.h

  • Committer: Monty Taylor
  • Date: 2010-08-20 17:54:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1723.
  • Revision ID: mordred@inaugust.com-20100820175451-5h7niqp6gpuw46v6
Fixed intel compiler issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#ifndef __DRIZZLE_STRUCTS_H
17
17
#define __DRIZZLE_STRUCTS_H
18
18
 
 
19
#include <sys/types.h>
 
20
#include <sys/socket.h>
19
21
#include <netdb.h>
 
22
#ifndef NI_MAXHOST
 
23
# define NI_MAXHOST 1025
 
24
#endif
20
25
 
21
26
#ifdef __cplusplus
22
27
extern "C" {