~dshrews/libdrizzle/libdrizzle

« back to all changes in this revision

Viewing changes to libdrizzle/common.h

  • Committer: Continuous Integration
  • Date: 2013-04-24 18:42:59 UTC
  • mfrom: (110.1.5 libdrizzle)
  • Revision ID: ci@drizzle.org-20130424184259-2b7rww5hofvfzsss
Merge lp:~wiml-omni/libdrizzle/misc Build: jenkins-Libdrizzle-87

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
#include <stddef.h>
78
78
#include <stdarg.h>
 
79
#include <stdint.h>
79
80
#include <stdio.h>
80
81
#include <stdlib.h>
81
82
#include <string.h>