diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-01-31 22:28:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-02-01 01:07:11 +0100 |
commit | 5931e1da87de591a2b4cb61c6c97cc60d4f01175 (patch) | |
tree | 3fd73834e691ae3cfdd62e2fdb89bfbdfde997c6 | |
parent | 1f328d1e6a820564e9570bc27a018301c7cb453c (diff) | |
download | samba-5931e1da87de591a2b4cb61c6c97cc60d4f01175.tar.gz samba-5931e1da87de591a2b4cb61c6c97cc60d4f01175.tar.bz2 samba-5931e1da87de591a2b4cb61c6c97cc60d4f01175.zip |
replace: Add include for bsd/string.h.
-rw-r--r-- | lib/replace/replace.h | 4 |
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 |