Merge "string.h: drag in <strings.h> for GNU source as well as BSD." into main

This commit is contained in:
Treehugger Robot 2023-11-14 17:59:13 +00:00 committed by Gerrit Code Review
commit fb85d77da6

View file

@ -37,7 +37,7 @@
__BEGIN_DECLS
#if defined(__USE_BSD)
#if defined(__USE_BSD) || defined(__USE_GNU)
#include <strings.h>
#endif