Made libburn and cdrskin build on my Linux again

This commit is contained in:
2006-10-13 10:22:21 +00:00
parent 1d570af0b5
commit 170eb96356
9 changed files with 100 additions and 37 deletions

View File

@ -2,11 +2,6 @@
/* scsi block commands */
#ifdef __Linux__
/* XXX Why do we need this here? */
#include <scsi/scsi.h>
#include <scsi/sg.h>
#endif
#include <string.h>
#include "transport.h"