Unbreak Unix build.

This commit is contained in:
Peter Johnson
2015-08-24 21:45:41 -07:00
parent 0f4eecebe6
commit 330ba39939

View File

@@ -7,7 +7,11 @@
#include "SocketError.h"
#ifdef _WIN32
#include <windows.h>
#else
#include <string.h>
#endif
namespace tcpsockets {