summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/vioscsi.c
diff options
context:
space:
mode:
authorsf <sf@openbsd.org>2019-01-10 18:59:56 +0000
committersf <sf@openbsd.org>2019-01-10 18:59:56 +0000
commit11b9cb3ba6c8abbe0ba18dc5d956367fe6357216 (patch)
treed951688f37ce35d5d5a14d744245f19aa324e14d /usr.sbin/vmd/vioscsi.c
parentProperly implement (as far as we can) Event()/Signal()/Wait() AML operations. (diff)
downloadwireguard-openbsd-11b9cb3ba6c8abbe0ba18dc5d956367fe6357216.tar.xz
wireguard-openbsd-11b9cb3ba6c8abbe0ba18dc5d956367fe6357216.zip
unbreak vmd build
include new virtio_pcireg.h header
Diffstat (limited to 'usr.sbin/vmd/vioscsi.c')
-rw-r--r--usr.sbin/vmd/vioscsi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/vmd/vioscsi.c b/usr.sbin/vmd/vioscsi.c
index 12fef2f4778..6e7d2542dfa 100644
--- a/usr.sbin/vmd/vioscsi.c
+++ b/usr.sbin/vmd/vioscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vioscsi.c,v 1.11 2018/08/25 04:16:09 ccardenas Exp $ */
+/* $OpenBSD: vioscsi.c,v 1.12 2019/01/10 18:59:56 sf Exp $ */
/*
* Copyright (c) 2017 Carlos Cardenas <ccardenas@openbsd.org>
@@ -17,6 +17,7 @@
*/
#include <sys/types.h>
+#include <dev/pci/virtio_pcireg.h>
#include <dev/pv/vioscsireg.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_disk.h>