mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
59501ed292
commit
f2d02dce82
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user