Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.
authorChung-Lin Tang <cltang@codesourcery.com>
Sun, 26 Jul 2015 07:54:27 +0000 (00:54 -0700)
committerChung-Lin Tang <cltang@codesourcery.com>
Sun, 26 Jul 2015 07:54:27 +0000 (00:54 -0700)
ChangeLog
nptl/tst-join7mod.c

index d194b6e..2603ad0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       * nptl/tst-join7mod.c: Add #include <string.h>.
+
 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
 
        * sysdeps/nios2/libm-test-ulps: Update.
index 92bb381..a35db50 100644 (file)
@@ -18,6 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
+#include <string.h>
 #include <pthread.h>
 #include <atomic.h>