glib r7936 - trunk/gmodule
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7936 - trunk/gmodule
- Date: Mon, 2 Mar 2009 03:56:31 +0000 (UTC)
Author: matthiasc
Date: Mon Mar 2 03:56:31 2009
New Revision: 7936
URL: http://svn.gnome.org/viewvc/glib?rev=7936&view=rev
Log:
Fix an include order problem
Modified:
trunk/gmodule/ChangeLog
trunk/gmodule/gmodule.c
Modified: trunk/gmodule/gmodule.c
==============================================================================
--- trunk/gmodule/gmodule.c (original)
+++ trunk/gmodule/gmodule.c Mon Mar 2 03:56:31 2009
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]