]> git.sur5r.net Git - openldap/commitdiff
#include <ac/string.h>, to get strlen(), strncmp() and strncasecmp().
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 14 May 2003 21:36:34 +0000 (21:36 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 14 May 2003 21:36:34 +0000 (21:36 +0000)
servers/slapd/back-monitor/backend.c
servers/slapd/back-monitor/conn.c
servers/slapd/back-monitor/database.c
servers/slapd/back-monitor/operation.c
servers/slapd/back-monitor/rww.c
servers/slapd/back-monitor/sent.c
servers/slapd/back-monitor/thread.c

index 80db4fbab3b2ce3fa9bf3078a50cad005f3b9242..7e337758ace26dd619f884418ccbb6ad35e9533a 100644 (file)
@@ -35,6 +35,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"
 #include "back-monitor.h"
index 0af556a58f8e5bf38de5b4550f57568ee656f874..2e4f518ff1284c27ebe7fd9ebb36e43e201a06c1 100644 (file)
@@ -34,6 +34,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"
 #include "lutil.h"
index 849a236fe8cf8e1260cab589c418599c2a25766c..68fb8dc64582d8709ece301a58cd6d71d28d18e0 100644 (file)
@@ -34,6 +34,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"
 #include "back-monitor.h"
index f799ef5eae6e2ab28bcd033c25c971401e867c68..9f0ca01cf998816ac31f08b59f6fe075245f3811 100644 (file)
@@ -34,6 +34,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"
 #include "back-monitor.h"
index d6da0aa1117aefe4a845cb26ab5c101418217c32..0f7cf75eb3b6681df08e9bb323674626cb87eac3 100644 (file)
@@ -34,6 +34,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"
 #include "lutil.h"
index bbf647c377476c5666dd3816a09413c2069885ed..3637f4fd39e7d5e7ca922f5c412dbdbfdb5e7123 100644 (file)
@@ -34,6 +34,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"
 #include "back-monitor.h"
index 0d7600675802d1fde89b4537dc6c46a6c134b5c3..2796ebbf205a937eca33ca4fc5de446718cdc2f1 100644 (file)
@@ -34,6 +34,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"
 #include "back-monitor.h"