]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/modify.c
SLAPD compiles. Needs LDBM work to link.
[openldap] / servers / slapd / modify.c
index 2820a3ed19d2ccf59c35f9ecaf088c12939d58ed..1406b985b52210f56510ff98b06ca35686c14d8c 100644 (file)
 #include "portable.h"
 
 #include <stdio.h>
-#include <string.h>
-#include <time.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+
+#include <ac/socket.h>
+#include <ac/string.h>
+#include <ac/time.h>
+
 #include "slap.h"
 
 extern Backend *select_backend();