From b5bda71d27529f80911e73e9e0c985d8efe01870 Mon Sep 17 00:00:00 2001 From: waltje Date: Fri, 15 Dec 2017 01:04:01 -0500 Subject: [PATCH] Make the 33c93 optional for now. --- src/scsi/scsi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scsi/scsi.c b/src/scsi/scsi.c index e6ab1dc11..4ceb43485 100644 --- a/src/scsi/scsi.c +++ b/src/scsi/scsi.c @@ -35,7 +35,9 @@ #include "scsi_buslogic.h" #include "scsi_ncr5380.h" #include "scsi_ncr53c810.h" -#include "scsi_wd33c93.h" +#ifdef WALTJE +# include "scsi_wd33c93.h" +#endif #include "scsi_x54x.h"