Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
28a60db5
Commit
28a60db5
authored
Feb 27, 2013
by
Hagen Fritsch
Committed by
Max Kellermann
Feb 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clock: add missing include
parent
d5b75641
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
NEWS
NEWS
+1
-0
clock.c
src/clock.c
+3
-0
No files found.
NEWS
View file @
28a60db5
...
@@ -5,6 +5,7 @@ ver 0.17.4 (2013/??/??)
...
@@ -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)
...
...
src/clock.c
View file @
28a60db5
...
@@ -25,6 +25,9 @@
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment