1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-09 17:49:29 +03:00

replace: Add include for bsd/string.h.

This commit is contained in:
Jelmer Vernooij
2012-01-31 22:28:08 +01:00
parent 1f328d1e6a
commit 5931e1da87

View File

@ -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