From 56b0ced0bcacdf764a04843ae233736600d4da20 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 1 Oct 2019 00:00:57 +1000 Subject: [PATCH] build: fix werror build on windows _isatty() is in the io.h header --- tools/gst-play-kb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gst-play-kb.c b/tools/gst-play-kb.c index 5bbf2b620e..31a765496b 100644 --- a/tools/gst-play-kb.c +++ b/tools/gst-play-kb.c @@ -36,6 +36,7 @@ #ifdef G_OS_WIN32 #include +#include #endif #include