mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
6eb6ee655e
commit
274c2dc8c5
@ -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
|
||||
|
@ -39,6 +39,8 @@
|
||||
#include <direct.h>
|
||||
#include <io.h>
|
||||
#include <sys/utime.h>
|
||||
#else
|
||||
#include <utime.h>
|
||||
#endif
|
||||
|
||||
#include "gstdio.h"
|
||||
|
Loading…
Reference in New Issue
Block a user