build: fix werror build on windows

_isatty() is in the io.h header
This commit is contained in:
Matthew Waters 2019-10-01 00:00:57 +10:00
parent 0e1da383a7
commit 56b0ced0bc

View file

@ -36,6 +36,7 @@
#ifdef G_OS_WIN32
#include <windows.h>
#include <io.h>
#endif
#include <gst/gst.h>