try to include more db headers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12699 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-29 16:53:37 +00:00
parent 8e7024e104
commit c0d1c74757

View File

@@ -37,7 +37,13 @@ RCSID("$Id$");
#if HAVE_DB3 #if HAVE_DB3
#ifdef HAVE_DB4_DB_H
#include <db4/db.h>
#elif defined(HAVE_DB3_DB_H)
#include <db3/db.h>
#else
#include <db.h> #include <db.h>
#endif
static krb5_error_code static krb5_error_code
DB_close(krb5_context context, HDB *db) DB_close(krb5_context context, HDB *db)