]> git.sur5r.net Git - openldap/commitdiff
Add <ac/string.h>
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 17 Aug 1999 21:21:43 +0000 (21:21 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 17 Aug 1999 21:21:43 +0000 (21:21 +0000)
servers/slapd/back-bdb2/tools.c
servers/slapd/back-ldbm/nextid.c
servers/slapd/back-ldbm/tools.c
servers/slapd/controls.c
servers/slapd/root_dse.c

index d14c6fe3baa6816b27f0905f06648506ff084099..66b018a03a079ff20df3b23cafff1bdaff0b0290 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 
+#include <ac/string.h>
 #include <ac/socket.h>
 
 #include "slap.h"
index af718a10dc979f7fddb5fc5467d8349ca773ba19..7287b3c5ab85e2a49fede14afa382c59f40073b4 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 
+#include <ac/string.h>
 #include <ac/socket.h>
 
 #ifdef HAVE_SYS_PARAM_H
index 11d18f15fdd7195ab559b41dd45372b8cb02727c..889be2508e366bf1fb6308c061ad7786fabda293 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 
+#include <ac/string.h>
 #include <ac/socket.h>
 
 #include "slap.h"
index b4d76d73fb1f6c13d4d262bf0607a42a8093bc96..b60af869aedefd72ff395a23eab36354503483c1 100644 (file)
@@ -10,6 +10,8 @@
 #include "portable.h"
 
 #include <stdio.h>
+
+#include <ac/string.h>
 #include <ac/socket.h>
 
 #include "slap.h"
index 88a8b44c53e11d18f31eb3eebf5fe9df94325d05..98b4511bd9dce6d691b53565dcf3ccc3bc165378 100644 (file)
@@ -13,6 +13,8 @@
 
 #include <stdio.h>
 
+#include <ac/string.h>
+
 #include "ldap_defaults.h"
 #include "slap.h"