소스 검색

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 *);