From ef6a23c56c21718489536a0475107029eaf1e993 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 8 Oct 2019 07:10:24 +0100 Subject: use sysmacros.h for major/minor --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f38380b..8071912 100644 --- a/configure.in +++ b/configure.in @@ -89,7 +89,7 @@ dnl AC_DEFINE_UNQUOTED(LIBSYMPATHY_MICRO_VERSION, $LIBSYMPATHY_MICRO_VERSION) AC_CHECK_HEADERS(fcntl.h malloc.h sys/ioctl.h unistd.h) AC_CHECK_HEADERS(sys/scsi/impl/uscsi.h scsi/sg.h stdint.h) AC_CHECK_HEADERS(sys/int_types.h string.h strings.h) -AC_CHECK_HEADERS(dirent.h sys/stat.h temrio.h) +AC_CHECK_HEADERS(dirent.h sys/stat.h temrio.h sys/sysmacros.h) AC_C_INLINE AC_C_CONST -- cgit v1.2.3