fix indention with spaces in powerpc asm
[oweals/musl.git] / src / time / clock.c
index e6e9e7766210bc2485779bf766a37ad439794397..d32cd09249abe8c9602a87e2bde31f630020fe14 100644 (file)
@@ -1,5 +1,6 @@
 #include <time.h>
 #include <sys/times.h>
+#include "syscall.h"
 
 int __clock_gettime(clockid_t, struct timespec *);