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:
parent
20d3465bd0
commit
ec94f2242f
@ -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.
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
struct used_struct
|
||||
{
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
struct used_struct
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user