about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorChung-Lin Tang <cltang@codesourcery.com>2015-07-26 00:54:27 -0700
committerChung-Lin Tang <cltang@codesourcery.com>2015-07-26 00:54:27 -0700
commit34e3f83fe17b27a4c618a33661eb5412350f1147 (patch)
tree9730b01882e25182b2b7c992b46e5835073cfd6f /nptl
parent1d4bbc54bd4f7d85d774871341b49f4357af1fb7 (diff)
downloadglibc-34e3f83fe17b27a4c618a33661eb5412350f1147.tar.gz
glibc-34e3f83fe17b27a4c618a33661eb5412350f1147.tar.xz
glibc-34e3f83fe17b27a4c618a33661eb5412350f1147.zip
Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/tst-join7mod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-join7mod.c b/nptl/tst-join7mod.c
index 92bb381705..a35db509f0 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>