]> git.sur5r.net Git - openldap/commitdiff
#include <ac/string.h>, to get memset() and strlen().
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 29 Apr 2003 15:02:01 +0000 (15:02 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 29 Apr 2003 15:02:01 +0000 (15:02 +0000)
servers/slapd/back-ldap/init.c
servers/slapd/back-ldap/suffixmassage.c

index f2a71e0ebb845473160623cd91aadf0b01760df9..5bf32766f276f1d0d5953880892204e8a86af27c 100644 (file)
@@ -39,6 +39,7 @@
 
 #include <stdio.h>
 
+#include <ac/string.h>
 #include <ac/socket.h>
 
 #include "slap.h"
index 53193a2025577b8fbeae0f5d8d450302e0a6c236..be739828e84815d0d738fba170f7617e2eb5c394 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <stdio.h>
 
+#include <ac/string.h>
 #include <ac/socket.h>
 
 #include "slap.h"