replace: Add include for bsd/string.h.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 31 Jan 2012 21:28:08 +0000 (22:28 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 1 Feb 2012 00:07:11 +0000 (01:07 +0100)
lib/replace/replace.h

index c47cf1c1b10a57c06ba6da5fefe30c29b0d57370..711241462ead25563aadab1a5d0af6152c5c6901 100644 (file)
 # define PRIu64                __PRI64_PREFIX "u"
 #endif
 
+#ifdef HAVE_BSD_STRING_H
+#include <bsd/string.h>
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif