Include <ac/param.h> to pick up MAXPATHLEN.

This commit is contained in:
Randy Kunkee 2000-09-13 07:26:55 +00:00
parent 2a8176cd62
commit ab3be5d76d

View 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"