From: Howard Chu Date: Fri, 21 Sep 2018 17:41:20 +0000 (+0100) Subject: ITS#8809 add missing includes X-Git-Tag: OPENLDAP_REL_ENG_2_4_47~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d82b8b513649b96ec22d880a0d773f5b2a5e17;p=thirdparty%2Fopenldap.git ITS#8809 add missing includes --- diff --git a/libraries/libldap/tls_o.c b/libraries/libldap/tls_o.c index 92c708be0e..b0277dfe9b 100644 --- a/libraries/libldap/tls_o.c +++ b/libraries/libldap/tls_o.c @@ -43,6 +43,9 @@ #include #include #include +#include +#include +#include #elif defined( HAVE_SSL_H ) #include #endif