Explorar el Código

fix missing include in last commit

Rich Felker hace 13 años
padre
commit
ef9dd03534
Se han modificado 1 ficheros con 1 adiciones y 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 *);