#include gtklabel.h, fixes an unresolved symbol.

2003-01-09  Chris Toshok  <toshok@ximian.com>

	* gui/component/select-names/e-select-names-popup.c: #include
	gtklabel.h, fixes an unresolved symbol.

svn path=/trunk/; revision=19387
This commit is contained in:
Chris Toshok
2003-01-10 01:57:50 +00:00
committed by Chris Toshok
parent 2a174936f4
commit d589c6974e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-01-09 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-popup.c: #include
gtklabel.h, fixes an unresolved symbol.
2003-01-09 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (query_ldap_root_dse): build up

View File

@ -31,6 +31,7 @@
#include <glib.h>
#include <gtk/gtkcheckmenuitem.h>
#include <gtk/gtklabel.h>
#include <libgnome/gnome-i18n.h>
#include <libgnomeui/gnome-app.h>
#include <libgnomeui/gnome-app-helper.h>