From 90c9ab31784ae5808994d695a2bd92ee7ec824be Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Mar 2009 03:56:31 +0000 Subject: [PATCH] Fix an include order problem svn path=/trunk/; revision=7936 --- gmodule/ChangeLog | 7 +++++++ gmodule/gmodule.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 0de44865..2c36e792 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,10 @@ +2009-03-01 Matthias Clasen + + Bug 71704 - Header file include order + + * gmodule.c: Include gmodule.h before io.h. + Pointed out by Kazuki Iwamoto + 2009-02-17 Matthias Clasen * === Released 2.19.8 === diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c index 1ebb63e3..2d7f410b 100644 --- a/gmodule/gmodule.c +++ b/gmodule/gmodule.c @@ -31,6 +31,7 @@ #include "config.h" #include "glib.h" +#include "gmodule.h" #include #include @@ -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 -- 2.34.1