From 5931e1da87de591a2b4cb61c6c97cc60d4f01175 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 31 Jan 2012 22:28:08 +0100 Subject: replace: Add include for bsd/string.h. --- lib/replace/replace.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/replace/replace.h') diff --git a/lib/replace/replace.h b/lib/replace/replace.h index c47cf1c1b1..711241462e 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 -- cgit