]> git.sur5r.net Git - openldap/blobdiff - tests/progs/slapd-search.c
Add cn=monitor, cn=config, cn=schema to namingContexts.
[openldap] / tests / progs / slapd-search.c
index 88f2ebef5686b3d27bf9a2ec18dd1932071ba57c..1799f639be7b9e16706f22e73a919934a94b6af1 100644 (file)
@@ -1,15 +1,18 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <stdlib.h>
 
-#include <ac/string.h>
+#include <ac/stdlib.h>
+
 #include <ac/ctype.h>
 #include <ac/socket.h>
+#include <ac/string.h>
 #include <ac/unistd.h>
 #include <ac/wait.h>
 
+#ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
+#endif
 
 #include "lber.h"
 #include "ldap.h"