]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8847 more fallout from ldap_pvt_sockaddrstr move
authorHoward Chu <hyc@openldap.org>
Fri, 26 Mar 2021 14:12:47 +0000 (14:12 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 26 Mar 2021 14:12:47 +0000 (14:12 +0000)
libraries/liblber/debug.c
libraries/libldap/ftest.c
libraries/liblutil/passwd.c
libraries/liblutil/sasl.c

index 7d1f772ad3245ad43ef5e032b2adac66e1542ecc..f133f80e4b807df11d393993c44ddbba318a6701 100644 (file)
@@ -30,7 +30,6 @@
 #include "ldap_log.h"
 #include "ldap_defaults.h"
 #include "lber.h"
-#include "ldap_pvt.h"
 
 static FILE *log_file = NULL;
 static int debug_lastc = '\n';
index c0952b533c19af0706921d7994f20731c9e876df..fd3c6a59054828c30f0c26e719e035f7af13d820 100644 (file)
@@ -19,6 +19,7 @@
 #include <ac/stdlib.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
+#include <ac/socket.h>
 
 #include <stdio.h>
 
index eb92f1b2b1af83eb3e1b979876bc44dea69e79c3..379618f332ec1d2a248f073f2209cbded91533b1 100644 (file)
@@ -33,6 +33,7 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 #include <ac/param.h>
+#include <ac/socket.h>
 
 #ifdef SLAPD_CRYPT
 # include <ac/crypt.h>
index e7531dd8c60efdfffc5a260d7801b0007a5d864b..9a71c2269de01d45ebedb2b7d9c0c027d2b1b0b8 100644 (file)
@@ -21,6 +21,7 @@
 #include <ac/stdlib.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
+#include <ac/socket.h>
 
 #ifdef HAVE_SASL_SASL_H
 #include <sasl/sasl.h>