summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-01-31 22:28:08 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-01 01:07:11 +0100
commit5931e1da87de591a2b4cb61c6c97cc60d4f01175 (patch)
tree3fd73834e691ae3cfdd62e2fdb89bfbdfde997c6 /lib
parent1f328d1e6a820564e9570bc27a018301c7cb453c (diff)
downloadsamba-5931e1da87de591a2b4cb61c6c97cc60d4f01175.tar.gz
samba-5931e1da87de591a2b4cb61c6c97cc60d4f01175.tar.bz2
samba-5931e1da87de591a2b4cb61c6c97cc60d4f01175.zip
replace: Add include for bsd/string.h.
Diffstat (limited to 'lib')
-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