From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1921) id 9BBAB385BAC0; Mon, 11 Jul 2022 11:50:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BBAB385BAC0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Sebastian Huber To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] #include from sys/filio.h X-Act-Checkin: newlib-cygwin X-Git-Author: Alan Somers X-Git-Refname: refs/heads/master X-Git-Oldrev: 8fe49db783fd0841296afaf0226f712bc5967f4b X-Git-Newrev: 5a6ad7c5bc90511e6affdcf39ab9af98a3db74d1 Message-Id: <20220711115023.9BBAB385BAC0@sourceware.org> Date: Mon, 11 Jul 2022 11:50:23 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2022 11:50:23 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D5a6ad7c5bc9= 0511e6affdcf39ab9af98a3db74d1 commit 5a6ad7c5bc90511e6affdcf39ab9af98a3db74d1 Author: Alan Somers Date: Thu Jun 20 14:35:28 2019 +0000 #include from sys/filio.h =20 This fixes world build after r349231 =20 Reported by: Jenkins MFC after: 2 weeks MFC-With: 349231 Sponsored by: The FreeBSD Foundation Diff: --- newlib/libc/sys/rtems/include/sys/filio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/libc/sys/rtems/include/sys/filio.h b/newlib/libc/sys/rt= ems/include/sys/filio.h index 1a3fc4293..e85db9cff 100644 --- a/newlib/libc/sys/rtems/include/sys/filio.h +++ b/newlib/libc/sys/rtems/include/sys/filio.h @@ -40,6 +40,7 @@ #ifndef _SYS_FILIO_H_ #define _SYS_FILIO_H_ =20 +#include #include =20 /* Generic file-descriptor ioctl's. */