From: Jelmer Vernooij Date: Tue, 31 Jan 2012 21:28:08 +0000 (+0100) Subject: replace: Add include for bsd/string.h. X-Git-Tag: tevent-0.9.15~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5931e1da87de591a2b4cb61c6c97cc60d4f01175;p=thirdparty%2Fsamba.git replace: Add include for bsd/string.h. --- diff --git a/lib/replace/replace.h b/lib/replace/replace.h index c47cf1c1b10..711241462ea 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -104,6 +104,10 @@ # define PRIu64 __PRI64_PREFIX "u" #endif +#ifdef HAVE_BSD_STRING_H +#include +#endif + #ifdef HAVE_STRING_H #include #endif