diff mbox

[committed,testsuite] Fix missing includes for darwin testcases

Message ID F76E2222-D113-4A4F-93DD-717F440E4E69@gmail.com
State New
Headers show

Commit Message

FX Coudert Nov. 15, 2014, 4:06 p.m. UTC
Committed as trivial.
And also, fixed wrong date on my earlier ChangeLog entry :)

FX



2014-11-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

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

Patch

Index: gcc.dg/pubtypes-3.c
===================================================================
--- gcc.dg/pubtypes-3.c	(revision 217599)
+++ gcc.dg/pubtypes-3.c	(working copy)
@@ -9,6 +9,7 @@ 
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 struct used_struct 
 {
Index: gcc.dg/pubtypes-4.c
===================================================================
--- gcc.dg/pubtypes-4.c	(revision 217599)
+++ gcc.dg/pubtypes-4.c	(working copy)
@@ -11,6 +11,7 @@ 
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 struct used_struct 
 {