From patchwork Wed Apr 19 18:40:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zack Weinberg X-Patchwork-Id: 752423 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w7W682g7Hz9s0g for ; Thu, 20 Apr 2017 04:40:48 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="XQiGlBfd"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-transfer-encoding; q=dns; s=default; b=mAsEs5R7B2fDjASY 9QtBU/Yhv3cMvB0wA1PJXrv1JDgJRGNU2VY1gRNX+1w/GBGmbT/OZ/OmxFGim+KU Zvki28f/pn9BuWkrK6PTSLkR9gccs0KiVtmD3AYQgCMC/N9H1FWPNp7+yRBBhLDu iAqSqt2xjg0bFkvWeDuPmika9Lk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=default; bh=1zlJ3ofPKjR6vRr/Xx+sn1 0re2M=; b=XQiGlBfdzMYF8hgZLpJ/QUjkx6DywiRm0hhGp5LTHQgvxlnUkItZx+ +wsHXC8TvF6ogpx8BY9dErIdScE2BfrtY/ZnGPUzVNzhe3acaNujoEqsbZTwsu+f HWs5bhdKcURTGQNkAVYTGqOAwCnFYkC++tOOpl4cYBc5BeWtcH/mM= Received: (qmail 114477 invoked by alias); 19 Apr 2017 18:40: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 114464 invoked by uid 89); 19 Apr 2017 18:40:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=D*panix.com X-HELO: mailbackend.panix.com From: Zack Weinberg To: libc-alpha@sourceware.org Subject: [PATCH] A third round of inclusion fixes for _ISOMAC testsuite. Date: Wed, 19 Apr 2017 14:40:36 -0400 Message-Id: <20170419184036.7319-1-zackw@panix.com> MIME-Version: 1.0 Committed as obvious: * posix/tst-mmap-offset.c: Include stdint.h. * resolv/tst-ns_name_compress.c: Include string.h. * resolv/tst-resolv-edns.c: Include resolv.h. --- ChangeLog | 6 ++++++ posix/tst-mmap-offset.c | 1 + resolv/tst-ns_name_compress.c | 1 + resolv/tst-resolv-edns.c | 1 + 4 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7326b94504..e1e004f220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-04-19 Zack Weinberg + + * posix/tst-mmap-offset.c: Include stdint.h. + * resolv/tst-ns_name_compress.c: Include string.h. + * resolv/tst-resolv-edns.c: Include resolv.h. + 2017-04-19 Florian Weimer * resolv/gai_suspend.c (gai_suspend): Replace __builtin_expect diff --git a/posix/tst-mmap-offset.c b/posix/tst-mmap-offset.c index 385df289e6..5bb88aab10 100644 --- a/posix/tst-mmap-offset.c +++ b/posix/tst-mmap-offset.c @@ -17,6 +17,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include #include diff --git a/resolv/tst-ns_name_compress.c b/resolv/tst-ns_name_compress.c index 300ba0bf8f..0c01b753e7 100644 --- a/resolv/tst-ns_name_compress.c +++ b/resolv/tst-ns_name_compress.c @@ -18,6 +18,7 @@ #include #include +#include #include #include diff --git a/resolv/tst-resolv-edns.c b/resolv/tst-resolv-edns.c index 093a4f5f22..8945d79d09 100644 --- a/resolv/tst-resolv-edns.c +++ b/resolv/tst-resolv-edns.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include