]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/result.c
Import cache_delete_entry_internal/dntree&idtree delete fix from -devel.
[openldap] / servers / slapd / back-shell / result.c
index 675aa1f144ced8a90503c7992ba1ab3c10d18605..daa826775d0055a6d0cf113d2e47e7162935d54d 100644 (file)
@@ -1,14 +1,16 @@
 /* result.c - shell backend result reading function */
 
+#include "portable.h"
+
 #include <stdio.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+
+#include <ac/string.h>
+#include <ac/socket.h>
+#include <ac/unistd.h>
+
 #include "slap.h"
 #include "shell.h"
 
-extern Entry   *str2entry();
-
 int
 read_and_send_results(
     Backend    *be,