mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Include <ac/socket.h> so Windows can pull in struct timeval def
This commit is contained in:
parent
c9ef0da66b
commit
cc6cfd30cc
@ -9,9 +9,10 @@
|
||||
|
||||
#include <ac/stdarg.h>
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/errno.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/time.h>
|
||||
#include <ac/errno.h>
|
||||
|
||||
#include "ldap-int.h"
|
||||
#include "ldap_pvt_thread.h"
|
||||
|
Loading…
Reference in New Issue
Block a user