From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id D4339393A439; Wed, 28 Apr 2021 08:22:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D4339393A439 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: tty.h: devices.h is a local header, not a system header X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 247ce0ca3aaed06703783d586b6eaed1f8379582 X-Git-Newrev: a89bd73c5f201d8f2fcce601cc4117269f12514f Message-Id: <20210428082235.D4339393A439@sourceware.org> Date: Wed, 28 Apr 2021 08:22:35 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 08:22:36 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a89bd73c5f201d8f2fcce601cc4117269f12514f commit a89bd73c5f201d8f2fcce601cc4117269f12514f Author: Corinna Vinschen Date: Tue Apr 27 21:25:29 2021 +0200 Cygwin: tty.h: devices.h is a local header, not a system header Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/tty.h b/winsup/cygwin/tty.h index 8479dd2ec..25d351a4a 100644 --- a/winsup/cygwin/tty.h +++ b/winsup/cygwin/tty.h @@ -32,7 +32,7 @@ details. */ typedef void *HPCON; -#include +#include "devices.h" class tty_min { pid_t sid; /* Session ID of tty */