1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.

* sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
This commit is contained in:
Roland McGrath
2005-05-09 19:23:39 +00:00
parent 387bbe63e7
commit 6ba85a6dce
3 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <sysdep.h>
#include <errno.h>
#include <time.h>
#include "kernel-posix-cpu-timers.h"
#include "kernel-features.h"