changeset 18430:0877d661a6ff

gmodule.h is needed in internal.h for GLIB_CHECK_VERSION() to be defined; this is independent of whether PURPLE_PLUGINS is defined.
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 04 Jul 2007 15:22:19 +0000
parents 10af8f0ccb6b
children 5bc6c4097a77
files libpurple/internal.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/internal.h	Wed Jul 04 03:43:37 2007 +0000
+++ b/libpurple/internal.h	Wed Jul 04 15:22:19 2007 +0000
@@ -93,8 +93,9 @@
 #include <langinfo.h>
 #endif
 
+#include <gmodule.h>
+
 #ifdef PURPLE_PLUGINS
-# include <gmodule.h>
 # ifndef _WIN32
 #  include <dlfcn.h>
 # endif