summaryrefslogtreecommitdiff
path: root/gobject/gvaluearray.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-11-04 20:09:48 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-11-04 20:09:48 +0000
commitd4407e38fae560bae6a66dd9ae5b2f58b9d89134 (patch)
tree4ea7e8fe6d38876de5de4634ce9f75fe487a9837 /gobject/gvaluearray.c
parentb29e35c773c1b8aacddece1f957ccec6b19cbf46 (diff)
downloadglib-d4407e38fae560bae6a66dd9ae5b2f58b9d89134.tar.gz
glib-d4407e38fae560bae6a66dd9ae5b2f58b9d89134.tar.bz2
glib-d4407e38fae560bae6a66dd9ae5b2f58b9d89134.zip
Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,
Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com> * glib/gbsearcharray.c: Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, Morten Welinder) * tests/uri-test.c: Include <config.h> Mon Nov 4 14:42:36 2002 Owen Taylor <otaylor@redhat.com> * 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 <otaylor@redhat.com> * gthread-posix.c gthread-solaris.c: Include <config.h>
Diffstat (limited to 'gobject/gvaluearray.c')
-rw-r--r--gobject/gvaluearray.c2
1 files changed, 2 insertions, 0 deletions
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 <config.h>
+
#include "gvaluearray.h"
#include <string.h>
#include <stdlib.h> /* qsort() */