Merge pull request #181 from atsampson/scsifix

Remove obsolete sg.h workaround.
This commit is contained in:
asvitkine 2019-04-05 01:12:49 -04:00 committed by GitHub
commit 01052ca89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <sys/ioctl.h>
#include <linux/param.h>
#include <linux/../scsi/sg.h> // workaround for broken RedHat 6.0 /usr/include/scsi
#include <scsi/sg.h>
#include <unistd.h>
#include <errno.h>