diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 4 |
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> |