aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options3
-rw-r--r--sys/scsi/scsi_sense.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 9f2c32c2ec4a..b93a4bdf3a35 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.79 1998/06/30 03:01:29 jmg Exp $
+# $Id: options,v 1.80 1998/06/30 07:36:33 jmg Exp $
#
# On the handling of kernel options
#
@@ -143,6 +143,7 @@ SCSIDEBUG opt_scsi.h
SCSI_DELAY opt_scsi.h
SCSI_REPORT_GEOMETRY opt_scsi.h
SCSI_2_DEF opt_scsi.h
+NO_SCSI_SENSE opt_scsi.h
# Options used only in scsi/od.c.
OD_AUTO_TURNOFF opt_od.h
diff --git a/sys/scsi/scsi_sense.c b/sys/scsi/scsi_sense.c
index 452d75ed0f1c..3dfc0efde6bb 100644
--- a/sys/scsi/scsi_sense.c
+++ b/sys/scsi/scsi_sense.c
@@ -1,3 +1,5 @@
+#include "opt_scsi.h"
+
#include <sys/param.h>
#include <scsi/scsiconf.h>