From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25334 invoked by alias); 15 Nov 2014 16:07:04 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 25325 invoked by uid 89); 15 Nov 2014 16:07:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f51.google.com Received: from mail-wg0-f51.google.com (HELO mail-wg0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 15 Nov 2014 16:07:03 +0000 Received: by mail-wg0-f51.google.com with SMTP id k14so2354708wgh.10 for ; Sat, 15 Nov 2014 08:07:00 -0800 (PST) X-Received: by 10.195.17.231 with SMTP id gh7mr17618975wjd.21.1416067620409; Sat, 15 Nov 2014 08:07:00 -0800 (PST) Received: from touille.bouyguesbox.fr (89-93-42-249.hfc.dyn.abo.bbox.fr. [89.93.42.249]) by mx.google.com with ESMTPSA id q9sm7565815wix.6.2014.11.15.08.06.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 15 Nov 2014 08:06:59 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: [committed,testsuite] Fix missing includes for darwin testcases From: FX In-Reply-To: <4E4C1272-79FF-464B-A93E-9D0A2FED3544@gmail.com> Date: Sat, 15 Nov 2014 16:57:00 -0000 Cc: gcc-patches , Iain Sandoe , Mike Stump Content-Transfer-Encoding: 7bit Message-Id: References: <4E4C1272-79FF-464B-A93E-9D0A2FED3544@gmail.com> To: FX X-SW-Source: 2014-11/txt/msg01953.txt.bz2 Committed as trivial. And also, fixed wrong date on my earlier ChangeLog entry :) FX 2014-11-15 Francois-Xavier Coudert * gcc.dg/pubtypes-3.c: Include . * gcc.dg/pubtypes-4.c: Likewise. 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 #include +#include 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 #include +#include struct used_struct {