pubtypes-3.c: Include <string.h>.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 15 Nov 2014 16:06:55 +0000 (16:06 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 15 Nov 2014 16:06:55 +0000 (16:06 +0000)
* gcc.dg/pubtypes-3.c: Include <string.h>.
* gcc.dg/pubtypes-4.c: Likewise.

From-SVN: r217605

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pubtypes-3.c
gcc/testsuite/gcc.dg/pubtypes-4.c

index f801173..6ffb517 100644 (file)
@@ -1,4 +1,9 @@
-2014-10-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+2014-11-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.dg/pubtypes-3.c: Include <string.h>.
+       * gcc.dg/pubtypes-4.c: Likewise.
+
+2014-11-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        * gcc.dg/darwin-cfstring-format-1.c: Adjust dg-error.
 
index f4b0468..cd49535 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 struct used_struct 
 {
index 76d7c4a..85e2b5b 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 struct used_struct 
 {