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)
|
- ffmpeg: support float planar audio (ffmpeg 1.1)
|
||||||
* player:
|
* player:
|
||||||
- implement missing "idle" events on output errors
|
- implement missing "idle" events on output errors
|
||||||
|
* clock: fix build failure
|
||||||
|
|
||||||
|
|
||||||
ver 0.17.3 (2013/01/06)
|
ver 0.17.3 (2013/01/06)
|
||||||
|
@ -25,6 +25,9 @@
|
|||||||
#include <mach/mach_time.h>
|
#include <mach/mach_time.h>
|
||||||
#else
|
#else
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#ifndef CLOCK_MONOTONIC
|
||||||
|
#include <sys/time.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned
|
unsigned
|
||||||
|
Loading…
Reference in New Issue
Block a user