Browse Source

fix missing include in last commit

Rich Felker 13 years ago
parent
commit
ef9dd03534
1 changed files with 1 additions and 0 deletions
  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 *);