Fix an include order problem

svn path=/trunk/; revision=7936
This commit is contained in:
Matthias Clasen 2009-03-02 03:56:31 +00:00
parent 0712b73358
commit 90c9ab3178
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 71704 - Header file include order
* gmodule.c: Include gmodule.h before io.h.
Pointed out by Kazuki Iwamoto
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.8 ===

View File

@ -31,6 +31,7 @@
#include "config.h"
#include "glib.h"
#include "gmodule.h"
#include <errno.h>
#include <string.h>
@ -46,7 +47,6 @@
#include "gmoduleconf.h"
#include "gstdio.h"
#include "gmodule.h"
/* We maintain a list of modules, so we can reference count them.
* That's needed because some platforms don't support refernce counts on