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:
@ -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
|
||||
|
Reference in New Issue
Block a user