aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-14 23:18:44 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-14 23:18:44 +0800
commit377513db1f7bbe49122a981bce1efb7295e09094 (patch)
tree3b8510e89787038953053f0526a545caacc5b2d1 /addressbook/backend/pas
parent31609c7e53f5da2ca27a5562e719ebf8cca333ba (diff)
downloadgsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.gz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.bz2
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.lz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.xz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.zst
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.zip
Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype the disabled mail functions
svn path=/trunk/; revision=4836
Diffstat (limited to 'addressbook/backend/pas')
-rw-r--r--addressbook/backend/pas/pas-backend-file.c4
1 files changed, 4 insertions, 0 deletions
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 <db_185.h>
#else
+#ifdef HAVE_DB1_DB_H
+#include <db1/db.h>
+#else
#include <db.h>
#endif
+#endif
#include "pas-backend-file.h"
#include "pas-book.h"