summaryrefslogtreecommitdiff
path: root/lib/libc/times
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/times')
-rw-r--r--lib/libc/times/times.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/times/times.c b/lib/libc/times/times.c
index bd850215..0b8608e4 100644
--- a/lib/libc/times/times.c
+++ b/lib/libc/times/times.c
@@ -1,5 +1,6 @@
#include <sys/times.h>
#include <syscall.h>
+#include <time.h>
clock_t times(struct tms *buffer)
{