]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9513 fix prev commit
authorHoward Chu <hyc@openldap.org>
Fri, 23 Apr 2021 16:10:02 +0000 (17:10 +0100)
committerHoward Chu <hyc@openldap.org>
Fri, 23 Apr 2021 16:10:02 +0000 (17:10 +0100)
01e5664c7cbbcdd17218b9095ee32aca629fab41 removed an include that is needed

libraries/liblber/debug.c

index 0b71c1c33f68934e52a43c6a32df6d189770e0e4..5528d1f15a13b2e6a5fc1eb91414d80dff41ea6a 100644 (file)
@@ -20,6 +20,7 @@
 #include <ac/stdarg.h>
 #include <ac/stdlib.h>
 #include <ac/string.h>
+#include <ac/time.h>
 #include <ac/ctype.h>
 
 #ifdef LDAP_SYSLOG