1
0
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:
reimar 2007-07-18 12:15:10 +00:00
parent f2a8f10af2
commit 2e42b402b6

View File

@ -22,6 +22,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#include <windows.h>