clock: add missing include
This commit is contained in:
parent
d5b756413a
commit
28a60db5aa
1
NEWS
1
NEWS
|
@ -5,6 +5,7 @@ ver 0.17.4 (2013/??/??)
|
|||
- ffmpeg: support float planar audio (ffmpeg 1.1)
|
||||
* player:
|
||||
- implement missing "idle" events on output errors
|
||||
* clock: fix build failure
|
||||
|
||||
|
||||
ver 0.17.3 (2013/01/06)
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
#include <mach/mach_time.h>
|
||||
#else
|
||||
#include <time.h>
|
||||
#ifndef CLOCK_MONOTONIC
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
unsigned
|
||||
|
|
Loading…
Reference in New Issue