glib r7273 - in trunk: . glib



Author: tml
Date: Wed Jul 30 15:35:01 2008
New Revision: 7273
URL: http://svn.gnome.org/viewvc/glib?rev=7273&view=rev

Log:
2008-07-30  Tor Lillqvist  <tml novell com>

	Bug 545485 - Implicit declaration of utime()

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



Modified:
   trunk/ChangeLog
   trunk/glib/gstdio.c

Modified: trunk/glib/gstdio.c
==============================================================================
--- trunk/glib/gstdio.c	(original)
+++ trunk/glib/gstdio.c	Wed Jul 30 15:35:01 2008
@@ -39,6 +39,8 @@
 #include <direct.h>
 #include <io.h>
 #include <sys/utime.h>
+#else
+#include <utime.h>
 #endif
 
 #include "gstdio.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]