From a89bd73c5f201d8f2fcce601cc4117269f12514f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 27 Apr 2021 21:25:29 +0200 Subject: [PATCH] Cygwin: tty.h: devices.h is a local header, not a system header Signed-off-by: Corinna Vinschen --- 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 */