mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 13:12:05 +00:00
fopen is in stdio.h, so add this include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23816 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f2a8f10af2
commit
2e42b402b6
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
#include <windows.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user