mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix up socket.h
This commit is contained in:
parent
1cae09c09a
commit
a582cfbf31
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
#ifdef HAVE_WINSOCK2
|
||||
#include <winsock2.h>
|
||||
#define EMSGSIZE WSAEMSGSIZE
|
||||
#define EHOSTUNREACH WSAEHOSTUNREACH
|
||||
#elif HAVE_WINSOCK
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue