From patchwork Mon Dec 15 17:36:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 4258 X-Patchwork-Delegate: azanella@linux.vnet.ibm.com Received: (qmail 27911 invoked by alias); 15 Dec 2014 17:36:39 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 27899 invoked by uid 89); 15 Dec 2014 17:36:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e24smtp04.br.ibm.com Message-ID: <548F1C15.4010305@linux.vnet.ibm.com> Date: Mon, 15 Dec 2014 15:36:21 -0200 From: Adhemerval Zanella User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "GNU C. Library" Subject: [COMMITTED] [PATCH] stdio-common: Include in some tests X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14121517-0029-0000-0000-0000024F46F6 This patch adds the missing libc-internal.h include on test-vprintf.c tst-sprintf.c. It fixes the tests build failing I was seeing on powerpc64 and powerpc32. --- * stdio-common/test-vfprintf.c: Include . * stdio-common/tst-sprintf.c: Likewise. -- diff --git a/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c index 8483d8d..66e7d5c 100644 --- a/stdio-common/test-vfprintf.c +++ b/stdio-common/test-vfprintf.c @@ -25,6 +25,7 @@ #include #include #include +#include const char *locs[] = diff --git a/stdio-common/tst-sprintf.c b/stdio-common/tst-sprintf.c index ea3008b..d5284b9 100644 --- a/stdio-common/tst-sprintf.c +++ b/stdio-common/tst-sprintf.c @@ -2,6 +2,7 @@ #include #include #include +#include static int