mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
<sys/socket.h> is required if CLDAP is enabled.
This commit is contained in:
parent
48dcea21a1
commit
27496ee554
@ -2,6 +2,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef CLDAP
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include "slap.h"
|
||||
#include "ldapconfig.h"
|
||||
#include "back-ldbm.h"
|
||||
|
Loading…
Reference in New Issue
Block a user