]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/search.c
SLAPD compiles. Needs LDBM work to link.
[openldap] / servers / slapd / back-passwd / search.c
index 3e9a0f9a8c8dbcc63a19d1ccc398db95068461b5..7c32656ec2d39b75496070f38e3db95fa6385637 100644 (file)
@@ -3,12 +3,13 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <string.h>
-#include <sys/time.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+
+#include <ac/socket.h>
+#include <ac/string.h>
+#include <ac/time.h>
+
 #include <pwd.h>
-#include "portable.h"
+
 #include "slap.h"
 
 extern time_t          currenttime;