]> git.sur5r.net Git - openldap/commitdiff
#include <ac/string.h> to get strcasecmp().
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 15 May 2003 11:43:33 +0000 (11:43 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 15 May 2003 11:43:33 +0000 (11:43 +0000)
servers/slapd/compare.c
servers/slapd/index.c

index abd1c2d42602aaff11d150204dc32dae71bafbb0..7615323a5c0375808e6aca118361f9ca19e67669 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdio.h>
 #include <ac/socket.h>
+#include <ac/string.h>
 
 #include "ldap_pvt.h"
 #include "slap.h"
index 4ee35194426b0e4164cd8b21750ef0a72bc4ff60..e989d236c31954bd09c7c70e695a0f2b9808443b 100644 (file)
@@ -8,6 +8,7 @@
 #include "portable.h"
 
 #include <stdio.h>
+#include <ac/string.h>
 
 #include "slap.h"