Explorar o código

fix missing include in last commit

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
ef9dd03534
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/time/clock.c

+ 1 - 0
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 *);