Include galias.h before glib.h (#156697, Christian Persch)

2004-10-28  Matthias Clasen  <mclasen@redhat.com>

	* glib/gstdio.c: Include galias.h before glib.h (#156697,
	Christian Persch)
This commit is contained in:
Matthias Clasen 2004-10-28 14:16:06 +00:00 committed by Matthias Clasen
parent 59501ed292
commit f2d02dce82
6 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.c: Include galias.h before glib.h (#156697,
Christian Persch)
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>

View File

@ -1,5 +1,8 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.c: Include galias.h before glib.h (#156697,
Christian Persch)
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>

View File

@ -1,5 +1,8 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.c: Include galias.h before glib.h (#156697,
Christian Persch)
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>

View File

@ -1,5 +1,8 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.c: Include galias.h before glib.h (#156697,
Christian Persch)
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>

View File

@ -1,5 +1,8 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.c: Include galias.h before glib.h (#156697,
Christian Persch)
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>

View File

@ -19,6 +19,7 @@
*/
#include "config.h"
#include "galias.h"
#include "glib.h"
@ -36,7 +37,6 @@
#include <io.h>
#endif
#include "galias.h"
#include "gstdio.h"
#if !defined (G_OS_UNIX) && !defined (G_OS_WIN32)