From f647532142b8ffd31af30a00e92e55716cd6a775 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 6 Apr 2004 01:10:37 +0000 Subject: wrap this with the correct #ifdef. 2004-04-05 Chris Toshok * util/eab-destination.h: wrap this with the correct #ifdef. svn path=/trunk/; revision=25328 --- addressbook/ChangeLog | 4 ++++ addressbook/util/eab-destination.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index efa128b6c5..c1a07e0f9d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2004-04-05 Chris Toshok + + * util/eab-destination.h: wrap this with the correct #ifdef. + 2004-04-05 Chris Toshok * gui/merging/eab-contact-merging.c (match_query_callback): use diff --git a/addressbook/util/eab-destination.h b/addressbook/util/eab-destination.h index 2c8e2abc11..1a0cbf6b5f 100644 --- a/addressbook/util/eab-destination.h +++ b/addressbook/util/eab-destination.h @@ -25,8 +25,8 @@ * USA. */ -#ifndef __E_DESTINATION_H__ -#define __E_DESTINATION_H__ +#ifndef __EAB_DESTINATION_H__ +#define __EAB_DESTINATION_H__ #include #include -- cgit