mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Get struct sockaddr for slap.h
This commit is contained in:
parent
83ec12246e
commit
0c38adcfd8
2 changed files with 6 additions and 0 deletions
|
|
@ -10,8 +10,11 @@
|
||||||
* is provided ``as is'' without express or implied warranty.
|
* is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "portable.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <ac/socket.h> /* Get struct sockaddr for slap.h */
|
||||||
#include "slap.h"
|
#include "slap.h"
|
||||||
#include "back-ldbm.h"
|
#include "back-ldbm.h"
|
||||||
#include "proto-back-ldbm.h"
|
#include "proto-back-ldbm.h"
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,11 @@
|
||||||
* is provided ``as is'' without express or implied warranty.
|
* is provided ``as is'' without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "portable.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <ac/socket.h> /* Get struct sockaddr for slap.h */
|
||||||
#include "slap.h"
|
#include "slap.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue