* sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
authorRoland McGrath <roland@gnu.org>
Mon, 9 May 2005 19:23:39 +0000 (19:23 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 9 May 2005 19:23:39 +0000 (19:23 +0000)
* sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.

ChangeLog
sysdeps/unix/sysv/linux/clock_getres.c
sysdeps/unix/sysv/linux/clock_gettime.c

index f153332..5762da5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 610738f..2d0136d 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <sysdep.h>
 #include <errno.h>
+#include <time.h>
 #include "kernel-posix-cpu-timers.h"
 
 #include "kernel-features.h"
index 41fbbde..bd79642 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <sysdep.h>
 #include <errno.h>
+#include <time.h>
 #include "kernel-posix-cpu-timers.h"
 #include "kernel-features.h"