Oops, forgot to save ChangeLog before committing
[binutils-gdb.git] / sim / common / configure.in
index b8ea5382f54bbd2dd69769b708362f99a1952b1e..44218783be7579a2fca5403326230aff0bc1fe8e 100644 (file)
@@ -34,7 +34,8 @@ fi
 AC_SUBST(TARGET_SUBDIR)
 
 # These aren't all needed yet, but will be eventually.
-AC_CHECK_HEADERS(stdlib.h string.h strings.h time.h sys/times.h)
+AC_CHECK_HEADERS(stdlib.h string.h strings.h time.h sys/times.h sys/stat.h sys/mman.h)
+AC_CHECK_FUNCS(mmap munmap)
 
 AC_OUTPUT(Makefile,
 [case x$CONFIG_HEADERS in xcconfig.h:config.in) echo > stamp-h ;; esac])