mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02: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>
|
2008-07-28 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* configure.in: Output to glibconfig.h typedefs for gintptr as the
|
* configure.in: Output to glibconfig.h typedefs for gintptr as the
|
||||||
|
@ -39,6 +39,8 @@
|
|||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <sys/utime.h>
|
#include <sys/utime.h>
|
||||||
|
#else
|
||||||
|
#include <utime.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gstdio.h"
|
#include "gstdio.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user