Made several changes for freebsd support
This commit is contained in:
@ -2,9 +2,12 @@
|
||||
|
||||
/* scsi block commands */
|
||||
|
||||
#ifdef __Linux__
|
||||
/* XXX Why do we need this here? */
|
||||
#include <scsi/scsi.h>
|
||||
#include <string.h>
|
||||
#include <scsi/sg.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "transport.h"
|
||||
#include "sbc.h"
|
||||
|
Reference in New Issue
Block a user