mirror of
https://github.com/fluencelabs/musl
synced 2025-07-04 00:51:59 +00:00
fix missing include in last commit
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/times.h>
|
#include <sys/times.h>
|
||||||
|
#include "syscall.h"
|
||||||
|
|
||||||
int __clock_gettime(clockid_t, struct timespec *);
|
int __clock_gettime(clockid_t, struct timespec *);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user