summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2019-10-01 00:00:57 +1000
committerMatthew Waters <matthew@centricular.com>2019-10-01 01:29:47 +0000
commit56b0ced0bcacdf764a04843ae233736600d4da20 (patch)
treeea98c24f2ea72e790cc273345cce534ac37cbf62 /tools
parent0e1da383a7bb9083184779cced152c0a57442b14 (diff)
downloadgstreamer-plugins-base-56b0ced0bcacdf764a04843ae233736600d4da20.tar.gz
build: fix werror build on windows
_isatty() is in the io.h header
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-play-kb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-play-kb.c b/tools/gst-play-kb.c
index 5bbf2b620..31a765496 100644
--- a/tools/gst-play-kb.c
+++ b/tools/gst-play-kb.c
@@ -36,6 +36,7 @@
#ifdef G_OS_WIN32
#include <windows.h>
+#include <io.h>
#endif
#include <gst/gst.h>