add stdio.h in dbopen test

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8269 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-05-18 03:04:26 +00:00
parent 9678c4fab8
commit fa57e3f3ea

View File

@@ -438,6 +438,7 @@ AM_CONDITIONAL(have_glob_h, test "$ac_cv_func_glob_working" = yes)
dnl these should happen after tests for *snprintf
AC_FIND_FUNC_NO_LIBS2(dbopen, $berkeley_db, [
#include <stdio.h>
#if defined(HAVE_DB_185_H)
#include <db_185.h>
#elif defined(HAVE_DB_H)