Browse Source

fix missing include in last commit

rs-1.0
Rich Felker 15 years ago
parent
commit
ef9dd03534
  1. 1
      src/time/clock.c

1
src/time/clock.c

@ -1,5 +1,6 @@
#include <time.h> #include <time.h>
#include <sys/times.h> #include <sys/times.h>
#include "syscall.h"
int __clock_gettime(clockid_t, struct timespec *); int __clock_gettime(clockid_t, struct timespec *);

Loading…
Cancel
Save