Add detection of linux/hdreg.h needed for HDIO_GETGEO.

(Logical change 1.336)
edge.strict_endians
cantab.net!aia21 2004-03-17 12:22:03 +00:00
parent 60231ba412
commit 78a57841cb
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ AC_CHECK_HEADERS([fcntl.h libintl.h limits.h locale.h mntent.h stddef.h \
stdint.h stdlib.h stdio.h stdarg.h string.h strings.h errno.h time.h \
unistd.h utime.h wchar.h getopt.h features.h endian.h byteswap.h \
sys/endian.h sys/param.h sys/ioctl.h sys/mount.h sys/stat.h \
sys/types.h sys/vfs.h linux/major.h linux/fd.h machine/endian.h])
sys/types.h sys/vfs.h linux/major.h linux/fd.h linux/hdreg.h \
machine/endian.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL