mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-24 15:32:22 +08:00
Get struct sockaddr for slap.h
This commit is contained in:
parent
83ec12246e
commit
0c38adcfd8
servers/slapd
@ -10,8 +10,11 @@
|
||||
* is provided ``as is'' without express or implied warranty.
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ac/socket.h> /* Get struct sockaddr for slap.h */
|
||||
#include "slap.h"
|
||||
#include "back-ldbm.h"
|
||||
#include "proto-back-ldbm.h"
|
||||
|
@ -10,8 +10,11 @@
|
||||
* is provided ``as is'' without express or implied warranty.
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ac/socket.h> /* Get struct sockaddr for slap.h */
|
||||
#include "slap.h"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user