~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_methods.h

  • Committer: Brian Aker
  • Date: 2008-11-29 02:09:01 UTC
  • mfrom: (629.2.6 devel)
  • Revision ID: brian@tangent.org-20081129020901-khmbgwelmn6ysx7r
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#endif
26
26
 
27
27
#include <stdint.h>
28
 
#include <stdbool.h>
 
28
#if !defined(__cplusplus)
 
29
# include <stdbool.h>
 
30
#endif
29
31
#include <libdrizzle/drizzle.h>
30
32
#include <libdrizzle/drizzle_data.h>
31
33
#include <libdrizzle/drizzle_res.h>