From patchwork Sun Jul 26 07:58:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Lin Tang X-Patchwork-Id: 7859 Received: (qmail 18878 invoked by alias); 26 Jul 2015 07:58:29 -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 18867 invoked by uid 89); 26 Jul 2015 07:58:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Message-ID: <55B49315.3090609@codesourcery.com> Date: Sun, 26 Jul 2015 15:58:13 +0800 From: Chung-Lin Tang User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Subject: [PATCH, committed] Add #include to nptl/tst-join7mod.c As title, nptl/tst-join7mod.c failed to compile due to strerror() implicit declaration warnings (GCC 5.1.x), committed as obvious. Chung-Lin diff --git a/ChangeLog b/ChangeLog index d194b6e..2603ad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-07-26 Chung-Lin Tang + + * nptl/tst-join7mod.c: Add #include . + 2015-07-25 Chung-Lin Tang * sysdeps/nios2/libm-test-ulps: Update. diff --git a/nptl/tst-join7mod.c b/nptl/tst-join7mod.c index 92bb381..a35db50 100644 --- a/nptl/tst-join7mod.c +++ b/nptl/tst-join7mod.c @@ -18,6 +18,7 @@ . */ #include +#include #include #include