Fix the new SocketAddressTest on Windows
authorPavel Labath <labath@google.com>
Mon, 24 Apr 2017 13:34:35 +0000 (13:34 +0000)
committerPavel Labath <labath@google.com>
Mon, 24 Apr 2017 13:34:35 +0000 (13:34 +0000)
commit27d152875827ab5ff638da500ab4edd41cd28554
treec2fa76eb197d72324eb09a6d03a22628a2f472e7
parent34046bd358a10bc9d0df6f73083b71b3622efece
Fix the new SocketAddressTest on Windows

we need to call WSAStartup before we can use getaddrinfo.

llvm-svn: 301179
lldb/unittests/Host/SocketAddressTest.cpp