Преглед изворни кода

fix missing include in last commit

Rich Felker пре 13 година
родитељ
комит
ef9dd03534
1 измењених фајлова са 1 додато и 0 уклоњено
  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 *);