From: Nick Porter Date: Tue, 20 Sep 2022 16:38:23 +0000 (+0100) Subject: Move include - function.h will be needed by most LDAP source X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde44bf18197cb32fc27bfad7b4f82f62ecd1c6e;p=thirdparty%2Ffreeradius-server.git Move include - function.h will be needed by most LDAP source --- diff --git a/src/lib/ldap/base.h b/src/lib/ldap/base.h index 0436522bb1..f185fe1bf8 100644 --- a/src/lib/ldap/base.h +++ b/src/lib/ldap/base.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #define LDAP_DEPRECATED 0 /* Quiet warnings about LDAP_DEPRECATED not being defined */ diff --git a/src/lib/ldap/bind.c b/src/lib/ldap/bind.c index 5b36193816..1b1fb911d0 100644 --- a/src/lib/ldap/bind.c +++ b/src/lib/ldap/bind.c @@ -27,7 +27,6 @@ USES_APPLE_DEPRECATED_API #include #include -#include /** Error reading from or writing to the file descriptor *