diff options
Diffstat (limited to 'include/sys/times.h')
-rw-r--r-- | include/sys/times.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/times.h b/include/sys/times.h index 95162b8931..611bb2fdc9 100644 --- a/include/sys/times.h +++ b/include/sys/times.h @@ -1,4 +1,6 @@ +#ifndef _SYS_TIMES_H #include <posix/sys/times.h> /* Now define the internal interfaces. */ extern clock_t __times __P ((struct tms *__buffer)); +#endif |