From patchwork Wed Jul 2 18:11:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 366457 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 EE52D1400E8 for ; Thu, 3 Jul 2014 04:11:21 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; q= dns; s=default; b=RW9EyV9XoZzfdJPGPAZfRiPNFp2C96J1thr2Hm6X+w8mVv +TGNc8oEYSFe3g8Mo5KAX+vW7KWESHNMUkA0Y8rHnGqM2IPp/LdaB1B9fOkB90Pj iu+59Yc0K3eXt9yP60EWL8cZf/Io1LhE8O2gBOCh5WtRz8uVtRS5/D2qR3nwA= 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:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; s= default; bh=Uvalj7VrbCi5bvsYa1Dq09yayjk=; b=SNNb4dduxYTKYt4A6Q7+ GR7QOHM2bPo1l5ryPrvRCgKyz4L5Z0YszlVbzVZIsv2I0CQ1B8vVYgEef/f71HZU Dfbz5IEEvLHSOoSqj8oQrug/seQ7nXxSOOApVEW5eaCucf3lt2HuHJ8b8/vtdumH E6E8uW2ZcSsXn8D9nbS2QLg= Received: (qmail 1886 invoked by alias); 2 Jul 2014 18:11:15 -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 1869 invoked by uid 89); 2 Jul 2014 18:11:14 -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 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Add missing #include for MIN use in dl-sysdep.c. Message-Id: <20140702181110.E4D3C2C397B@topped-with-meat.com> Date: Wed, 2 Jul 2014 11:11:10 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=XMqBuIHhLocA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=4cXtlqLq3E_2mZBVsrAA:9 a=CjuIK1q_8ugA:10 a=BNqzPFmZM9IA:10 a=Vq5jhXC5Lz4A:10 a=mZ0ZUp9YQ3wA:10 2014-07-02 Roland McGrath * sysdeps/unix/sysv/linux/dl-sysdep.c: Include . --- a/sysdeps/unix/sysv/linux/dl-sysdep.c +++ b/sysdeps/unix/sysv/linux/dl-sysdep.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include