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:
commit
e57e7f3102
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