X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fclock.c;h=d32cd09249abe8c9602a87e2bde31f630020fe14;hb=b5a527f9ff47b0f4b32c606e385a0c27d861a475;hp=e6e9e7766210bc2485779bf766a37ad439794397;hpb=ad5759821ced59bbb70eb36d396df2a787141089;p=musl diff --git a/src/time/clock.c b/src/time/clock.c index e6e9e776..d32cd092 100644 --- a/src/time/clock.c +++ b/src/time/clock.c @@ -1,5 +1,6 @@ #include #include +#include "syscall.h" int __clock_gettime(clockid_t, struct timespec *);