From 377513db1f7bbe49122a981bce1efb7295e09094 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 14 Aug 2000 15:18:44 +0000 Subject: Compile fix for RH7.0beta from Kenny Graunke ; unprototype the disabled mail functions svn path=/trunk/; revision=4836 --- 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 3d7e443f21..3cf0586afe 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -14,8 +14,12 @@ #ifdef HAVE_DB_185_H #include #else +#ifdef HAVE_DB1_DB_H +#include +#else #include #endif +#endif #include "pas-backend-file.h" #include "pas-book.h" -- cgit v1.2.3