aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-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 41a5daab8a..1ebe5f91d0 100644
--- a/addressbook/backend/pas/pas-backend-file.c
+++ b/addressbook/backend/pas/pas-backend-file.c
@@ -8,7 +8,11 @@
#include <gtk/gtksignal.h>
#include <fcntl.h>
+#ifdef HAVE_DB_185_h
+#include <db_185.h>
+#else
#include <db.h>
+#endif
#include <pas-backend-file.h>
#include <pas-book.h>