diff options
Diffstat (limited to 'binutils/configure.ac')
-rw-r--r-- | binutils/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure.ac b/binutils/configure.ac index 2553b809e6c..3c5a8e13da3 100644 --- a/binutils/configure.ac +++ b/binutils/configure.ac @@ -181,7 +181,7 @@ AC_CHECK_SIZEOF([long long]) # guarantees they are available. # plugin-api.h tests HAVE_STDINT_H and HAVE_INTTYPES_H # Besides those, we need to check anything used in binutils/ not in C99. -AC_CHECK_HEADERS(fcntl.h inttypes.h stdint.h sys/file.h sys/param.h \ +AC_CHECK_HEADERS(fcntl.h inttypes.h stdint.h sys/file.h \ sys/stat.h sys/types.h unistd.h) AC_HEADER_SYS_WAIT AC_FUNC_MMAP |