summaryrefslogtreecommitdiff
path: root/third_party/heimdal/lib/roken/ndbm_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/heimdal/lib/roken/ndbm_wrap.c')
-rw-r--r--third_party/heimdal/lib/roken/ndbm_wrap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/heimdal/lib/roken/ndbm_wrap.c b/third_party/heimdal/lib/roken/ndbm_wrap.c
index f7b87f1203e..f8403da44ab 100644
--- a/third_party/heimdal/lib/roken/ndbm_wrap.c
+++ b/third_party/heimdal/lib/roken/ndbm_wrap.c
@@ -36,6 +36,8 @@
#include "ndbm_wrap.h"
#if defined(HAVE_DBHEADER)
#include <db.h>
+#elif defined(HAVE_DB6_DB_H)
+#include <db6/db.h>
#elif defined(HAVE_DB5_DB_H)
#include <db5/db.h>
#elif defined(HAVE_DB4_DB_H)