mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Include <ac/socket.h> so Windows can pull in struct timeval def
This commit is contained in:
parent
c9ef0da66b
commit
cc6cfd30cc
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue