include limits.h

This commit is contained in:
Todd C. Miller
2007-12-21 21:20:30 +00:00
parent 12b86ef41b
commit 1a69e42d95

1
ldap.c
View File

@@ -45,6 +45,7 @@
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <ctype.h>
#include <limits.h>
#include <pwd.h>
#include <grp.h>
#include <netinet/in.h>