projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad57598
)
fix missing include in last commit
author
Rich Felker
<dalias@aerifal.cx>
Sat, 13 Aug 2011 12:42:15 +0000
(08:42 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 13 Aug 2011 12:42:15 +0000
(08:42 -0400)
src/time/clock.c
patch
|
blob
|
history
diff --git
a/src/time/clock.c
b/src/time/clock.c
index e6e9e7766210bc2485779bf766a37ad439794397..d32cd09249abe8c9602a87e2bde31f630020fe14 100644
(file)
--- a/
src/time/clock.c
+++ b/
src/time/clock.c
@@
-1,5
+1,6
@@
#include <time.h>
#include <sys/times.h>
+#include "syscall.h"
int __clock_gettime(clockid_t, struct timespec *);