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

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

From-SVN: r217605
This commit is contained in:
Francois-Xavier Coudert 2014-11-15 16:06:55 +00:00 committed by François-Xavier Coudert
parent 20d3465bd0
commit ec94f2242f
3 changed files with 8 additions and 1 deletions

View 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.

View File

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
struct used_struct
{

View File

@ -11,6 +11,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
struct used_struct
{