From 31d8edbe64669268fc425ea8021fab36261d8327 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 27 Mar 2000 08:03:59 +0000 Subject: if HAVE_DB_185_H is defined, include it. svn path=/trunk/; revision=2180 --- addressbook/backend/pas/pas-backend-file.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'addressbook/backend/pas/pas-backend-file.c') diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 41a5daab8a..1ebe5f91d0 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -8,7 +8,11 @@ #include #include +#ifdef HAVE_DB_185_h +#include +#else #include +#endif #include #include -- cgit v1.2.3