]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10123 Add a missing include
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 2 Nov 2023 13:42:07 +0000 (13:42 +0000)
committerOndřej Kuzník <ondra@mistotebe.net>
Thu, 2 Nov 2023 13:42:07 +0000 (13:42 +0000)
servers/slapd/controls.c

index 14a5469fe23d5d495f7164045a70fa7c4121331d..966b6114236e60dabd38001c487ad6cc85c0550b 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <stdio.h>
 
+#include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/socket.h>