1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

* sysdeps/generic/utime.c: Include <stddef.h>.

This commit is contained in:
Roland McGrath
2004-11-03 02:53:06 +00:00
parent ab5f7c4506
commit 6d98e59366
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -17,6 +17,7 @@
02111-1307 USA. */
#include <errno.h>
#include <stddef.h>
#include <utime.h>