mirror of https://github.com/mpv-player/mpv
Add include to fix warning:
ao_macosx.c:899: warning: implicit declaration of function 'gettimeofday' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24970 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dfbcb8d152
commit
153e47522c
|
@ -46,6 +46,7 @@
|
|||
#include <inttypes.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in New Issue