libstagefright: Include Windows headers on mingw.

This commit is contained in:
Jacek Caban 2023-01-10 20:31:35 +01:00
parent babe7f60dd
commit 65df784694

View File

@ -31,7 +31,7 @@
#include <pthread.h>
#endif
#ifdef _MSC_VER
#ifdef _WIN32
#include <io.h>
#include <process.h>
#if _MSC_VER < 1900