]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/open.c
Minor bug fix in ldap_parse_extended_result.
[openldap] / libraries / libldap / open.c
index 1551ec66f35102f278ac1d47d99e5b20c1510a9a..8a3be3ac4967ac5e3eee89dc4061295d360ed5f0 100644 (file)
 
 #include <ac/stdlib.h>
 
+#include <ac/param.h>
 #include <ac/socket.h>
 #include <ac/string.h>
 #include <ac/time.h>
 
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
 #include "ldap-int.h"
 
 int ldap_open_defconn( LDAP *ld )