Merge "string.h: drag in <strings.h> for GNU source as well as BSD." into main
This commit is contained in:
commit
fb85d77da6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#if defined(__USE_BSD)
|
||||
#if defined(__USE_BSD) || defined(__USE_GNU)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue