diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-09-16 06:05:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-16 06:05:53 +0000 |
commit | dafdffd7516324a67db519372e9dcfddfd4fdeb0 (patch) | |
tree | 9fba48a43b0505e15ba5ecf22cef775610bdc406 /glib/gnode.c | |
parent | e0811a5e153e509a97ec684db3ca1bf744530c9b (diff) | |
download | glib-dafdffd7516324a67db519372e9dcfddfd4fdeb0.tar.gz |
Implement the same PLT reduction technique used in GTK+:
Thu Sep 16 02:03:15 2004 Matthias Clasen <maclas@gmx.de>
Implement the same PLT reduction technique used in GTK+:
Diffstat (limited to 'glib/gnode.c')
-rw-r--r-- | glib/gnode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/gnode.c b/glib/gnode.c index b5bce67fc..90dde6fef 100644 --- a/glib/gnode.c +++ b/glib/gnode.c @@ -33,6 +33,7 @@ #include "config.h" +#include "galias.h" #include "glib.h" #ifndef DISABLE_MEM_POOLS |