aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-backend-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend/pas/pas-backend-file.c')
-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"