One more attempt to fix the broken bots.

llvm-svn: 301504
This commit is contained in:
Chris Bieneman 2017-04-27 00:23:41 +00:00
parent b7b7ddbb1c
commit 2d1f6e1191
1 changed files with 2 additions and 0 deletions

View File

@ -32,8 +32,10 @@
#ifdef LLVM_ON_WIN32
#define CLOSE_SOCKET closesocket
typedef const char *set_socket_option_arg_type;
#else
#define CLOSE_SOCKET ::close
typedef const void *set_socket_option_arg_type;
#endif
using namespace lldb;