mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8847 more fallout from ldap_pvt_sockaddrstr move
This commit is contained in:
parent
e6bf5795ac
commit
f2ddf89e3c
4 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,6 @@
|
||||||
#include "ldap_log.h"
|
#include "ldap_log.h"
|
||||||
#include "ldap_defaults.h"
|
#include "ldap_defaults.h"
|
||||||
#include "lber.h"
|
#include "lber.h"
|
||||||
#include "ldap_pvt.h"
|
|
||||||
|
|
||||||
static FILE *log_file = NULL;
|
static FILE *log_file = NULL;
|
||||||
static int debug_lastc = '\n';
|
static int debug_lastc = '\n';
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
#include <ac/stdlib.h>
|
#include <ac/stdlib.h>
|
||||||
#include <ac/string.h>
|
#include <ac/string.h>
|
||||||
#include <ac/unistd.h>
|
#include <ac/unistd.h>
|
||||||
|
#include <ac/socket.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
#include <ac/string.h>
|
#include <ac/string.h>
|
||||||
#include <ac/unistd.h>
|
#include <ac/unistd.h>
|
||||||
#include <ac/param.h>
|
#include <ac/param.h>
|
||||||
|
#include <ac/socket.h>
|
||||||
|
|
||||||
#ifdef SLAPD_CRYPT
|
#ifdef SLAPD_CRYPT
|
||||||
# include <ac/crypt.h>
|
# include <ac/crypt.h>
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
#include <ac/stdlib.h>
|
#include <ac/stdlib.h>
|
||||||
#include <ac/string.h>
|
#include <ac/string.h>
|
||||||
#include <ac/unistd.h>
|
#include <ac/unistd.h>
|
||||||
|
#include <ac/socket.h>
|
||||||
|
|
||||||
#ifdef HAVE_SASL_SASL_H
|
#ifdef HAVE_SASL_SASL_H
|
||||||
#include <sasl/sasl.h>
|
#include <sasl/sasl.h>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue