aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/sctarg.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-17 14:13:15 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-17 14:13:15 +0000
commit0291915fb3c068addb85a7a02ffcecad729b8a2f (patch)
tree1c5285d46238d5a6743317c64a4dabf765a33884 /sys/scsi/sctarg.c
parentf878d7eebd9c9e26a173c130ac94b4677accabc3 (diff)
downloadsrc-0291915fb3c068addb85a7a02ffcecad729b8a2f.tar.gz
src-0291915fb3c068addb85a7a02ffcecad729b8a2f.zip
Added used include of "ioconf.h" - don't depend on pollution in
<sys/conf.h>. I'm fixing isa interrupt handler configuration and this is just a quick fix to keep SCSI configuration unharmed.
Notes
Notes: svn path=/head/; revision=37033
Diffstat (limited to 'sys/scsi/sctarg.c')
-rw-r--r--sys/scsi/sctarg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c
index 568844ebd5ba..6e4d42c69508 100644
--- a/sys/scsi/sctarg.c
+++ b/sys/scsi/sctarg.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sctarg.c,v 1.24 1998/01/24 02:54:51 eivind Exp $
+ * $Id: sctarg.c,v 1.25 1998/06/01 03:44:56 gibbs Exp $
*/
#include "opt_bounce.h"
@@ -56,6 +56,8 @@
#include <scsi/scsi_debug.h>
#include <scsi/scsi_driver.h>
+#include "ioconf.h"
+
#define OPEN 0x01
struct scsi_data {