summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-11-11 01:19:48 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-11-11 01:19:48 +0000
commit10ce79134c942d17b6e8f3e5889f227e783dccc6 (patch)
treef8194fce0aadeda2379bdd5807b701042bb006c6 /sys/scsi
parent2fa94798b04d3302efe3474676cd6b97a0b80c22 (diff)
include sys/device.h. builds on sparc. dlg@ ok.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/safte.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/safte.c b/sys/scsi/safte.c
index f1a14ae1401..0d3e8645f5c 100644
--- a/sys/scsi/safte.c
+++ b/sys/scsi/safte.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: safte.c,v 1.19 2005/11/10 22:27:03 dlg Exp $ */
+/* $OpenBSD: safte.c,v 1.20 2005/11/11 01:19:47 fgsch Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -20,6 +20,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/device.h>
#include <sys/scsiio.h>
#include <sys/malloc.h>
#include <sys/queue.h>