fix missing include in last commit

This commit is contained in:
Rich Felker 2011-08-13 08:42:15 -04:00
parent ad5759821c
commit ef9dd03534
1 changed files with 1 additions and 0 deletions

View File

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