Commit ec94f224 by Francois-Xavier Coudert Committed by François-Xavier Coudert

pubtypes-3.c: Include <string.h>.

	* gcc.dg/pubtypes-3.c: Include <string.h>.
	* gcc.dg/pubtypes-4.c: Likewise.

From-SVN: r217605
parent 20d3465b
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. * gcc.dg/darwin-cfstring-format-1.c: Adjust dg-error.
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
struct used_struct struct used_struct
{ {
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
struct used_struct struct used_struct
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment