mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
Add missing unistd.h #include, fixes the warning:
libvo/vo_macosx.m:177: warning: implicit declaration of function 'ftruncate' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28111 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4c7dc59a04
commit
9bdda2ec49
@ -10,6 +10,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <CoreServices/CoreServices.h>
|
||||
//special workaround for Apple bug #6267445
|
||||
//(OSServices Power API disabled in OSServices.h for 64bit systems)
|
||||
|
Loading…
Reference in New Issue
Block a user