From d4407e38fae560bae6a66dd9ae5b2f58b9d89134 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 4 Nov 2002 20:09:48 +0000 Subject: Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, Mon Nov 4 14:41:48 2002 Owen Taylor * glib/gbsearcharray.c: Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, Morten Welinder) * tests/uri-test.c: Include Mon Nov 4 14:42:36 2002 Owen Taylor * gtype.c gsignal.c gvaluearray.c: Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, Morten Welinder) * gsignal.c: Conditionalize definition of g_handler_ts on DISABLE_MEM_POOLS (#96437) Mon Nov 4 14:45:24 2002 Owen Taylor * gthread-posix.c gthread-solaris.c: Include --- gobject/gvaluearray.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gobject/gvaluearray.c') diff --git a/gobject/gvaluearray.c b/gobject/gvaluearray.c index 44685482e..908724270 100644 --- a/gobject/gvaluearray.c +++ b/gobject/gvaluearray.c @@ -21,6 +21,8 @@ * MT safe */ +#include + #include "gvaluearray.h" #include #include /* qsort() */ -- cgit v1.2.3