~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/structs.h

  • Committer: Brian Aker
  • Date: 2011-12-28 23:32:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2482.
  • Revision ID: brian@tangent.org-20111228233247-awaldo937d9x8zg9
Include stddef in the include file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#endif
52
52
 
53
53
#ifdef __cplusplus
 
54
#include <cstddef>
 
55
#endif
 
56
 
 
57
#ifdef __cplusplus
54
58
extern "C" {
55
59
#endif
56
60