~493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli/libmemcached/feature-server_timeout

« back to all changes in this revision

Viewing changes to libmemcached-1.0/memcached.h

  • Committer: Brian Aker
  • Date: 2013-11-04 11:17:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1172.
  • Revision ID: brian@tangent.org-20131104111745-8qgb5qej04649xxc
Cleanup for OSX 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#endif
44
44
 
45
45
#ifdef __cplusplus
46
 
#  include <tr1/cinttypes>
 
46
#  include <cinttypes>
47
47
#  include <cstddef>
48
48
#  include <cstdlib>
49
49
#else