From 0ab9726967390d49cfd37952c0fba754187576d0 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Oct 1999 10:56:43 +0000 Subject: [PATCH] check for db_185.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7158 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/getcap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/roken/getcap.c b/lib/roken/getcap.c index b1640c98b..dae9ab108 100644 --- a/lib/roken/getcap.c +++ b/lib/roken/getcap.c @@ -44,7 +44,9 @@ RCSID("$Id$"); #include #include -#ifdef HAVE_DB_H +#if defined(HAVE_DB_185_H) +#include +#elif defined(HAVE_DB_H) #include #endif #include