Fix build on MacOSX.

std::bind conflicted with ::bind
Patch to csocket is already upstream.
This commit is contained in:
Alexey Sokolov
2014-08-11 23:18:16 +01:00
parent 3f87b2fdae
commit 2f9b8f9f52

View File

@@ -57,7 +57,11 @@
#define CS_SRANDBUFFER 128
using namespace std;
using std::stringstream;
using std::ostream;
using std::endl;
using std::min;
using std::vector;
#define CREATE_ARES_VER( a, b, c ) ((a<<16)|(b<<8)|c)