diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-09-10 06:39:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-10 06:39:16 +0000 |
commit | f45a35921aec248e0b8494a2145b907684a21fe5 (patch) | |
tree | b21e00507445a307553ebd219326fe1fcbef362e /gdk/gdkglobals.c | |
parent | 77cdc290b98acd6f77922645b2a2e53d750b332d (diff) | |
download | gtk+-f45a35921aec248e0b8494a2145b907684a21fe5.tar.gz |
Commit a patch by Behdad to fix typos, omissions and other errors in the
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* Commit a patch by Behdad to fix typos, omissions and other
errors in the symbol aliasing, and add checks for local PLT
entries. (#354687, Behdad Esfahbod)
Diffstat (limited to 'gdk/gdkglobals.c')
-rw-r--r-- | gdk/gdkglobals.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkglobals.c b/gdk/gdkglobals.c index 3a033caf3d..4a512fea15 100644 --- a/gdk/gdkglobals.c +++ b/gdk/gdkglobals.c @@ -30,6 +30,7 @@ #include "gdktypes.h" #include "gdkprivate.h" +#include "gdkalias.h" guint _gdk_debug_flags = 0; gint _gdk_error_code = 0; |