mirror of https://github.com/mpv-player/mpv
osdep/io.c: include config.h
This possibly enables code that has never been tested before (accidentally), so let's hope this works out ok.
This commit is contained in:
parent
702962878b
commit
31fc48f0a8
|
@ -18,6 +18,8 @@
|
|||
* with mplayer2. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Reference in New Issue