From cb931f4980afdbb8c052dfcecd4fcf0799036176 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Wed, 19 Jul 2000 14:01:22 +0000 Subject: glibconfig.h and glib.h now include files outside of the extern "C" block. 2000-07-19 Sebastian Wilhelmi * configure.in, glib.h: glibconfig.h and glib.h now include files outside of the extern "C" block. Makes some C++ compiler happy. Reported by Denis Vakatov . * gmodule/gmodule.h: include glib.h before doing extern "C". Makes some C++ compiler happy. Reported by Denis Vakatov . --- glib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'glib.h') diff --git a/glib.h b/glib.h index 31f1e1aa2..df8156e0f 100644 --- a/glib.h +++ b/glib.h @@ -3325,11 +3325,11 @@ guint g_thread_pool_get_num_unused_threads (void); /* Stop all currently unused threads, but leave the limit untouched */ void g_thread_pool_stop_unused_threads (void); -#include -#include - #ifdef __cplusplus } #endif /* __cplusplus */ +#include +#include + #endif /* __G_LIB_H__ */ -- cgit v1.2.3