mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +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:
parent
ffccbfce2e
commit
23d964aa0d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user