include config.h #61395.

2004-07-20  Not Zed  <NotZed@Ximian.com>

        * gui/widgets/eab-contact-display.c:
        * gui/contact-editor/eab-editor.c:
        * gui/component/addressbook-migrate.c: include config.h #61395.

svn path=/trunk/; revision=26693
This commit is contained in:
Not Zed
2004-07-22 02:21:37 +00:00
committed by Michael Zucci
parent a63a20c740
commit d6b06ae7eb
4 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2004-07-20 Not Zed <NotZed@Ximian.com>
* gui/widgets/eab-contact-display.c:
* gui/contact-editor/eab-editor.c:
* gui/component/addressbook-migrate.c: include config.h #61395.
2004-07-21 Chris Toshok <toshok@ximian.com>
[ fixes #60508 ]

View File

@ -19,6 +19,10 @@
* Author: Chris Toshok (toshok@ximian.com)
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <glib.h>
#include <string.h>
#include <sys/types.h>

View File

@ -18,6 +18,10 @@
* Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gtk/gtkstock.h>
#include <gtk/gtkmessagedialog.h>
#include <libgnome/gnome-i18n.h>

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "eab-contact-display.h"
#include "eab-gui-util.h"