]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 f153332dd0af9dbd414d334f549f8d6a8215ffa6..5762da566a6f7025c8f14f2ab35e3f4a9f1c4cb0 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 610738f7bbdd103a31a3b764f0da63b20f38dd49..2d0136dfeba837e3cbe8b598df11867924791304 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 41fbbde1cc3354096ee431b92c1dbd0854b80f6a..bd79642dd50b30197992e2b903b642213cdbc4bc 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"