~brianaker/libmemcached/libmemcached-gearman-remove

« back to all changes in this revision

Viewing changes to libtest/common.h

  • Committer: Continuous Integration
  • Date: 2013-04-20 02:47:58 UTC
  • mfrom: (1157.1.5 1.0)
  • Revision ID: ci@tangent.org-20130420024758-irkgj5a8cxk10nz2
Merge lp:~tangent-org/libmemcached/1.0-build/ Build: jenkins-Libmemcached-265

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
# include <arpa/inet.h>
70
70
#endif
71
71
 
72
 
#if defined(_WIN32)
 
72
#if defined(WIN32)
73
73
# include "win32/wrappers.h"
74
74
# define get_socket_errno() WSAGetLastError()
75
75
#else