mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
CLDAP need <sys/socket.h>
This commit is contained in:
parent
2cf9690f9f
commit
c6e7dd892e
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
#include "slap.h"
|
#include "slap.h"
|
||||||
#include "ldapconfig.h"
|
#include "ldapconfig.h"
|
||||||
#include "back-ldbm.h"
|
#include "back-ldbm.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue