summaryrefslogtreecommitdiff
path: root/glib/gqueue.c
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-12-19 15:40:30 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-12-19 15:40:30 +0000
commit2fb47703e2929d300a3f804268a36d50543b4a2c (patch)
tree58e3a1f92aa7a6595ef12a0c8c13a7750f3cee9b /glib/gqueue.c
parentc7f80dbb13b58e439291d57f28e91accbc7bdefb (diff)
downloadglib-2fb47703e2929d300a3f804268a36d50543b4a2c.tar.gz
Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I
2000-12-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gslist.c, glist.c: Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I forgot to include config.h into the affected files. Now that Alex did that for those two, inevitable typos surfaced, which are now fixed. * garray.c, ghash.c, gqueue.c, gtree.c: Include config.h as well, as ENABLE_GC_FRIENDLY should be known.
Diffstat (limited to 'glib/gqueue.c')
-rw-r--r--glib/gqueue.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/gqueue.c b/glib/gqueue.c
index 11b4fe7fc..b15adb4f9 100644
--- a/glib/gqueue.c
+++ b/glib/gqueue.c
@@ -24,6 +24,10 @@
* MT safe
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "glib.h"