]> git.sur5r.net Git - openldap/commitdiff
Include <ac/param.h> to pick up MAXPATHLEN.
authorRandy Kunkee <kunkee@openldap.org>
Wed, 13 Sep 2000 07:26:55 +0000 (07:26 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Wed, 13 Sep 2000 07:26:55 +0000 (07:26 +0000)
libraries/libldap/tls.c

index 3ec9e9a1ad798115a69325ed00de5454f8657c51..95cf256d01938ecb4efe6fd885fe700ce0439c39 100644 (file)
@@ -16,6 +16,7 @@
 #include <ac/string.h>
 #include <ac/time.h>
 #include <ac/unistd.h>
+#include <ac/param.h>
 
 #include "ldap-int.h"