]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9648 - Include ac/param.h for MAXPATHLEN
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 25 Aug 2021 01:52:53 +0000 (01:52 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 26 Aug 2021 17:55:54 +0000 (17:55 +0000)
libraries/libldap/result.c

index bc47ddafe00e40e3827c445fde6f9cd2d3130dc6..b458ff35a8b402c850714191ba9bf8d27a4c54cd 100644 (file)
@@ -57,6 +57,7 @@
 #include <ac/stdlib.h>
 
 #include <ac/errno.h>
+#include <ac/param.h>
 #include <ac/socket.h>
 #include <ac/string.h>
 #include <ac/time.h>