diff options
Diffstat (limited to 'posix/sys/times.h')
-rw-r--r-- | posix/sys/times.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/posix/sys/times.h b/posix/sys/times.h index a877d1490d..c7308d2617 100644 --- a/posix/sys/times.h +++ b/posix/sys/times.h @@ -24,9 +24,7 @@ #include <features.h> -#define __need_clock_t -#include <time.h> - +#include <bits/types/clock_t.h> __BEGIN_DECLS |