commit | fb85d77da6a93e9d81f7d5a51289385fd0f134a8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Nov 14 17:59:13 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 14 17:59:13 2023 +0000 |
tree | 592e367d005470c2b3114efb535a6cc9b3a3fd1f | |
parent | 77704b750553538bc1dc8647f7e53dcafc2e5c4f [diff] | |
parent | c5d9795cf403febea9562c03ffdb397327189ab0 [diff] |
Merge "string.h: drag in <strings.h> for GNU source as well as BSD." into main
diff --git a/libc/include/string.h b/libc/include/string.h index 89b2a45..47bdd72 100644 --- a/libc/include/string.h +++ b/libc/include/string.h
@@ -37,7 +37,7 @@ __BEGIN_DECLS -#if defined(__USE_BSD) +#if defined(__USE_BSD) || defined(__USE_GNU) #include <strings.h> #endif