From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104125 invoked by alias); 26 Jul 2019 17:06:57 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 104086 invoked by uid 9996); 26 Jul 2019 17:06:57 -0000 Date: Fri, 26 Jul 2019 17:06:00 -0000 Message-ID: <20190726170657.104084.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Ken Brown To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] hash.c: #include X-Act-Checkin: newlib-cygwin X-Git-Author: Ken Brown X-Git-Refname: refs/heads/master X-Git-Oldrev: 65416cca7eda20f70c88efa594938e4c3a347676 X-Git-Newrev: dea3d8c73e0c38043b7c839cc7d2431f51a03e16 X-SW-Source: 2019-q3/txt/msg00009.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dea3d8c73e0c38043b7c839cc7d2431f51a03e16 commit dea3d8c73e0c38043b7c839cc7d2431f51a03e16 Author: Ken Brown Date: Fri Jul 26 10:09:23 2019 -0400 hash.c: #include This is needed for the prototypes of _stat64 and _fstat64 on Cygwin. Fixes: commit 279805b2 "hash functions: use reentrant stat functions". Diff: --- newlib/libc/search/hash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/libc/search/hash.c b/newlib/libc/search/hash.c index c76b157..60fbeb0 100644 --- a/newlib/libc/search/hash.c +++ b/newlib/libc/search/hash.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94"; #include +#include #include #include #include