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

Original change: https://android-review.googlesource.com/c/platform/bionic/+/2828517

Change-Id: I273d2b29665522f062a1d4c921e6a2c5dc474159
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-11-14 18:51:49 +00:00 committed by Automerger Merge Worker
commit e57e7f3102

View file

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