From patchwork Wed Jan 28 09:13:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 4834 Received: (qmail 26384 invoked by alias); 28 Jan 2015 09:13:32 -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 26362 invoked by uid 89); 28 Jan 2015 09:13:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx2.suse.de From: Andreas Schwab To: Roland McGrath Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] Include in References: <20150127191507.2BF062C3B05@topped-with-meat.com> X-Yow: If I felt any more SOPHISTICATED I would DIE of EMBARRASSMENT! Date: Wed, 28 Jan 2015 10:13:25 +0100 In-Reply-To: <20150127191507.2BF062C3B05@topped-with-meat.com> (Roland McGrath's message of "Tue, 27 Jan 2015 11:15:07 -0800 (PST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Looking at it again I think it is preferable to include the header in sysdeps/nptl/allocrtsig.c. Do you agree? Andreas. diff --git a/sysdeps/nptl/allocrtsig.c b/sysdeps/nptl/allocrtsig.c index 6b1c5b2..7e3c621 100644 --- a/sysdeps/nptl/allocrtsig.c +++ b/sysdeps/nptl/allocrtsig.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include /* Up to three special signals might be used privately by libpthread.