From: Howard Chu Date: Tue, 4 May 2021 09:04:20 +0000 (+0100) Subject: ITS#9544 fix #9511 patch X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4993b3436560693941cb5e212b3b7276fb8f4a12;p=thirdparty%2Fopenldap.git ITS#9544 fix #9511 patch Include was erroneously deleted. partially reverts 6cdfc85fc56130628670ca9fe76d6034ddabdd8d --- diff --git a/servers/slapd/slapi/plugin.c b/servers/slapd/slapi/plugin.c index 5dee24f9f0..dafeeeb946 100644 --- a/servers/slapd/slapi/plugin.c +++ b/servers/slapd/slapi/plugin.c @@ -33,6 +33,8 @@ #include "slapi.h" #include "lutil.h" +#include + static int slapi_int_load_plugin( Slapi_PBlock *, const char *, const char *, int, SLAPI_FUNC *, lt_dlhandle * );