From d589c6974ed1da251fc62534fd4fec3b65f5d9f1 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 10 Jan 2003 01:57:50 +0000 Subject: #include gtklabel.h, fixes an unresolved symbol. 2003-01-09 Chris Toshok * gui/component/select-names/e-select-names-popup.c: #include gtklabel.h, fixes an unresolved symbol. svn path=/trunk/; revision=19387 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/select-names/e-select-names-popup.c | 1 + 2 files changed, 6 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0dae516a4f..b292a8fddb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2003-01-09 Chris Toshok + + * gui/component/select-names/e-select-names-popup.c: #include + gtklabel.h, fixes an unresolved symbol. + 2003-01-09 Chris Toshok * backend/pas/pas-backend-ldap.c (query_ldap_root_dse): build up diff --git a/addressbook/gui/component/select-names/e-select-names-popup.c b/addressbook/gui/component/select-names/e-select-names-popup.c index 33afa13b2e..9e61b77128 100644 --- a/addressbook/gui/component/select-names/e-select-names-popup.c +++ b/addressbook/gui/component/select-names/e-select-names-popup.c @@ -31,6 +31,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3