~brianaker/gearmand/734663

« back to all changes in this revision

Viewing changes to libgearman/gearman.c

  • Committer: Brian Aker
  • Date: 2011-02-15 01:48:22 UTC
  • mfrom: (373.1.5 gearmand-trunk)
  • Revision ID: brian@tangent.org-20110215014822-2rbjyk2a1stv4pev
Merge in bug fix for memcached, and various icc failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
#include "common.h"
15
15
 
 
16
#include <sys/types.h>
 
17
#include <sys/socket.h>
 
18
#include <netdb.h>
 
19
 
16
20
/**
17
21
 * @addtogroup gearman_universal_static Static Gearman Declarations
18
22
 * @ingroup gearman_universal