]> git.sur5r.net Git - openldap/commitdiff
#include <string.h> if HAVE_STRING_H is defined. Cleans up several
authorRandy Kunkee <kunkee@openldap.org>
Thu, 21 Jun 2001 19:11:27 +0000 (19:11 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Thu, 21 Jun 2001 19:11:27 +0000 (19:11 +0000)
integer-pointer conversions errors in librewrite (on FreeBSD 4.2).

include/rewrite.h

index 58315bc84e133eea438c58357557c194809f4e47..cacc69ae9229ef9625a341e4f6f10a80288812f6 100644 (file)
 #ifndef REWRITE_H
 #define REWRITE_H
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
 LDAP_BEGIN_DECL
 
 /*