diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2015-07-26 00:54:27 -0700 |
---|---|---|
committer | Chung-Lin Tang <cltang@codesourcery.com> | 2015-07-26 00:54:27 -0700 |
commit | 34e3f83fe17b27a4c618a33661eb5412350f1147 (patch) | |
tree | 9730b01882e25182b2b7c992b46e5835073cfd6f /nptl/tst-join7mod.c | |
parent | 1d4bbc54bd4f7d85d774871341b49f4357af1fb7 (diff) | |
download | glibc-34e3f83fe17b27a4c618a33661eb5412350f1147.zip glibc-34e3f83fe17b27a4c618a33661eb5412350f1147.tar.gz glibc-34e3f83fe17b27a4c618a33661eb5412350f1147.tar.bz2 |
Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.
Diffstat (limited to 'nptl/tst-join7mod.c')
-rw-r--r-- | nptl/tst-join7mod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-join7mod.c b/nptl/tst-join7mod.c index 92bb381..a35db50 100644 --- a/nptl/tst-join7mod.c +++ b/nptl/tst-join7mod.c @@ -18,6 +18,7 @@ <http://www.gnu.org/licenses/>. */ #include <stdio.h> +#include <string.h> #include <pthread.h> #include <atomic.h> |