add gdbm/ndbm.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9155 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -67,8 +67,10 @@
|
||||
#include <db.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NDBM_H
|
||||
#if defined(HAVE_NDBM_H)
|
||||
#include <ndbm.h>
|
||||
#elif defined(HAVE_GDBM_NDBM_H)
|
||||
#include <gdbm/ndbm.h>
|
||||
#endif
|
||||
|
||||
int hdb_principal2key(krb5_context, krb5_principal, krb5_data*);
|
||||
|
Reference in New Issue
Block a user