1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

Fix off_t on OSX, thanks to Steven M. Schultz

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15775 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ranma 2005-06-20 00:30:18 +00:00
parent ffccbfce2e
commit 23d964aa0d

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "help_mp.h"
#include "mp_msg.h"