glibc uses scsi/sg.h and scsi/scsi_ioctl.h, so we need to export these headers. Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> --- include/scsi/Kbuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild index 33b2750..a61932c 100644 --- a/include/scsi/Kbuild +++ b/include/scsi/Kbuild @@ -1,3 +1,5 @@ +header-y += sg.h +header-y += scsi_ioctl.h header-y += scsi.h header-y += scsi_netlink.h header-y += scsi_netlink_fc.h -- 1.6.5.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html