Include glib.h early to get G_OS_WIN32. Include errno.h for errno.

2004-10-28  Tor Lillqvist  <tml@iki.fi>

	* glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
	errno.h for errno.
This commit is contained in:
Tor Lillqvist
2004-10-28 03:43:48 +00:00
committed by Tor Lillqvist
parent 7e52a0584f
commit a51f1009b2
6 changed files with 26 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
2004-10-28 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
errno.h for errno.
* glib/gkeyfile.c: Include gstdio.h and use g_open().
2004-10-27 Ray Strode <rstrode@redhat.com>