summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/replace/replace.h4
1 files changed, 4 insertions, 0 deletions
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 <bsd/string.h>
+#endif
+
#ifdef HAVE_STRING_H
#include <string.h>
#endif