]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/generic/utime.c: Include <stddef.h>.
authorRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 02:53:06 +0000 (02:53 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 02:53:06 +0000 (02:53 +0000)
ChangeLog
sysdeps/generic/utime.c

index 391d153f7a86726e05fa192b0b2583819e579123..26bdd183c912798b54dfe068dc1f6d7fa39d30a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
 
+       * sysdeps/generic/utime.c: Include <stddef.h>.
+
        * sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
 
        * sysdeps/generic/tempname.c (__path_search): Add missing argument
index 09d0cc66798d29874f85ad7d17d26caa362df0af..3a3bcc38ccdb754ea6e68c16278efa7d3c0319c3 100644 (file)
@@ -17,6 +17,7 @@
    02111-1307 USA.  */
 
 #include <errno.h>
+#include <stddef.h>
 #include <utime.h>