From dea3d8c73e0c38043b7c839cc7d2431f51a03e16 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Fri, 26 Jul 2019 10:09:23 -0400 Subject: [PATCH] hash.c: #include This is needed for the prototypes of _stat64 and _fstat64 on Cygwin. Fixes: commit 279805b2 "hash functions: use reentrant stat functions". --- 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 c76b157b3..60fbeb0fd 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