~mordred/debian/sid/gearmand/packaging

« back to all changes in this revision

Viewing changes to libgearman/common.h

  • Committer: Eric Day
  • Date: 2009-06-15 18:08:53 UTC
  • mfrom: (19.15.12 solaris-64-fixes)
  • Revision ID: eday@oddments.org-20090615180853-axoirktegd1vhxp2
Merged Monty's build changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#ifdef HAVE_FCNTL_H
32
32
#include <fcntl.h>
33
33
#endif
34
 
#ifdef HAVE_PTHREAD_H
 
34
#ifdef HAVE_PTHREAD
35
35
#include <pthread.h>
36
36
#endif
37
37
#ifdef HAVE_STDARG_H
38
38
#include <stdarg.h>
39
39
#endif
 
40
#ifdef HAVE_STDDEF_H
 
41
#include <stddef.h>
 
42
#endif
40
43
#ifdef HAVE_STDIO_H
41
44
#include <stdio.h>
42
45
#endif