Skip to content

Commit

Permalink
* sysdeps/generic/utime.c: Include <stddef.h>.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Nov 3, 2004
1 parent ab5f7c4 commit 6d98e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions sysdeps/generic/utime.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
02111-1307 USA. */

#include <errno.h>
#include <stddef.h>
#include <utime.h>


Expand Down

0 comments on commit 6d98e59

Please sign in to comment.