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: 1856 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