aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-03-27 17:02:51 +0800
committerChris Toshok <toshok@src.gnome.org>2000-03-27 17:02:51 +0800
commitc6ab3b2447a926eb10ffc88824edd098576e3523 (patch)
treebe961c14b223c96022b8642a76a2be2a09af1f09
parent4ae75963ad3e78dd6a8ce5e9394411b61cf33c8d (diff)
downloadgsoc2013-evolution-c6ab3b2447a926eb10ffc88824edd098576e3523.tar
gsoc2013-evolution-c6ab3b2447a926eb10ffc88824edd098576e3523.tar.gz
gsoc2013-evolution-c6ab3b2447a926eb10ffc88824edd098576e3523.tar.bz2
gsoc2013-evolution-c6ab3b2447a926eb10ffc88824edd098576e3523.tar.lz
gsoc2013-evolution-c6ab3b2447a926eb10ffc88824edd098576e3523.tar.xz
gsoc2013-evolution-c6ab3b2447a926eb10ffc88824edd098576e3523.tar.zst
gsoc2013-evolution-c6ab3b2447a926eb10ffc88824edd098576e3523.zip
HAVE_DB_185_h => HAVE_DB_185_H
svn path=/trunk/; revision=2184
-rw-r--r--addressbook/backend/pas/pas-backend-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c
index 1ebe5f91d0..3c82848bdf 100644
--- a/addressbook/backend/pas/pas-backend-file.c
+++ b/addressbook/backend/pas/pas-backend-file.c
@@ -8,7 +8,7 @@
#include <gtk/gtksignal.h>
#include <fcntl.h>
-#ifdef HAVE_DB_185_h
+#ifdef HAVE_DB_185_H
#include <db_185.h>
#else
#include <db.h>