]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9544 fix #9511 patch
authorHoward Chu <hyc@openldap.org>
Tue, 4 May 2021 09:04:20 +0000 (10:04 +0100)
committerHoward Chu <hyc@openldap.org>
Tue, 4 May 2021 09:04:20 +0000 (10:04 +0100)
Include was erroneously deleted. partially reverts 6cdfc85fc56130628670ca9fe76d6034ddabdd8d

servers/slapd/slapi/plugin.c

index 5dee24f9f03920fdebd873b2ac8f27a9cf08bfe3..dafeeeb946609547b0f086b8f76a369efeae1d80 100644 (file)
@@ -33,6 +33,8 @@
 #include "slapi.h"
 #include "lutil.h"
 
+#include <ltdl.h>
+
 static int slapi_int_load_plugin( Slapi_PBlock *, const char *, const char *, int, 
        SLAPI_FUNC *, lt_dlhandle * );