aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-09-20 13:12:50 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-09-20 13:12:50 +0000
commit53add622cd205f4adf3e006545434ad114c0e435 (patch)
tree45cc2ba994ab402182d151bb09650bb12aac3525 /configure.ac
parentb799f0fb46d3fe9ad5474e50d44559914d4dd7bb (diff)
downloadsg3_utils-53add622cd205f4adf3e006545434ad114c0e435.tar.gz
more sg_get_lba_status work, major() macro linux problems, include <linux/kdev_t.h>
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@305 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b31717fc..b528b382 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PROG_LIBTOOL
# check for headers
AC_HEADER_STDC
-AC_CHECK_HEADERS([linux/types.h linux/bsg.h], [], [],
+AC_CHECK_HEADERS([linux/types.h linux/bsg.h linux/kdev_t.h], [], [],
[[#ifdef HAVE_LINUX_TYPES_H
# include <linux/types.h>
#endif