summaryrefslogtreecommitdiff
path: root/sim/common/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/configure.in')
-rw-r--r--sim/common/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/configure.in b/sim/common/configure.in
index b8ea5382f54..44218783be7 100644
--- a/sim/common/configure.in
+++ b/sim/common/configure.in
@@ -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])