Made several changes for freebsd support

This commit is contained in:
Mario Danic
2006-10-12 17:35:06 +00:00
parent 16086d5a7b
commit 86bfcea2b3
6 changed files with 41 additions and 10 deletions

View File

@ -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"