summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/otp/otp_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/otp/otp_db.c')
-rw-r--r--crypto/heimdal/lib/otp/otp_db.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/otp/otp_db.c b/crypto/heimdal/lib/otp/otp_db.c
index 3cc5d849..d6f71fe 100644
--- a/crypto/heimdal/lib/otp/otp_db.c
+++ b/crypto/heimdal/lib/otp/otp_db.c
@@ -33,11 +33,15 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
-RCSID("$Id: otp_db.c,v 1.17 1999/12/02 16:58:44 joda Exp $");
+RCSID("$Id: otp_db.c,v 1.19 2002/05/19 22:11:03 joda Exp $");
#endif
#include "otp_locl.h"
+#if !defined(HAVE_NDBM) && !defined(HAVE_DB_NDBM)
+#include "ndbm_wrap.h"
+#endif
+
#define RETRIES 5
void *
OpenPOWER on IntegriCloud