Add detection of linux/hdreg.h needed for HDIO_GETGEO.
(Logical change 1.336)edge.strict_endians
parent
60231ba412
commit
78a57841cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue