Bug 545485 - Implicit declaration of utime()

2008-07-30  Tor Lillqvist  <tml@novell.com>

	Bug 545485 - Implicit declaration of utime()

	* glib/gstdio.c: Include <utime.h> on POSIX.


svn path=/trunk/; revision=7273
This commit is contained in:
Tor Lillqvist 2008-07-30 15:35:01 +00:00 committed by Tor Lillqvist
parent 6eb6ee655e
commit 274c2dc8c5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-07-30 Tor Lillqvist <tml@novell.com>
Bug 545485 - Implicit declaration of utime()
* glib/gstdio.c: Include <utime.h> on POSIX.
2008-07-28 Tor Lillqvist <tml@novell.com>
* configure.in: Output to glibconfig.h typedefs for gintptr as the

View File

@ -39,6 +39,8 @@
#include <direct.h>
#include <io.h>
#include <sys/utime.h>
#else
#include <utime.h>
#endif
#include "gstdio.h"