* 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

@ -1,3 +1,8 @@
2005-05-09 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
* sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2005-05-09 Alan Modra <amodra@bigpond.net.au>
* sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use

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"

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"