]> git.sur5r.net Git - openldap/commitdiff
More for ITS#6342
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 30 Oct 2009 19:38:01 +0000 (19:38 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 30 Oct 2009 19:38:01 +0000 (19:38 +0000)
include/ac/param.h

index 4130f6ebe5446de6c63fb07eebffb05003c5b304..b3eb5d7c31e464a4777c54038f340972ac83a624 100644 (file)
@@ -21,6 +21,9 @@
 #include <sys/param.h>
 #endif
 
+/* MAXPATHLEN should come from <unistd.h> */
+#include <ac/unistd.h>
+
 #ifndef MAXPATHLEN
 #      if defined(PATH_MAX)
 #              define MAXPATHLEN       PATH_MAX