summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2007-11-29 13:16:06 +0000
committertodd <todd@openbsd.org>2007-11-29 13:16:06 +0000
commitcee67a07975c6616de554a5c85a7e2cf14e80259 (patch)
tree2195825c417d8b6e8da53906f6e69c3b393f0bb3 /sys/dev/sdmmc
parentRemove devices that do not exist and architectures are not supported. (diff)
downloadwireguard-openbsd-cee67a07975c6616de554a5c85a7e2cf14e80259.tar.xz
wireguard-openbsd-cee67a07975c6616de554a5c85a7e2cf14e80259.zip
unbreak the zaurus kernel build by adding a missing header
co-discovered by robert@
Diffstat (limited to 'sys/dev/sdmmc')
-rw-r--r--sys/dev/sdmmc/sdmmcvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sdmmc/sdmmcvar.h b/sys/dev/sdmmc/sdmmcvar.h
index 6e7610fe89a..9797983a5e0 100644
--- a/sys/dev/sdmmc/sdmmcvar.h
+++ b/sys/dev/sdmmc/sdmmcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sdmmcvar.h,v 1.9 2007/05/31 10:09:01 uwe Exp $ */
+/* $OpenBSD: sdmmcvar.h,v 1.10 2007/11/29 13:16:06 todd Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -20,6 +20,7 @@
#define _SDMMCVAR_H_
#include <sys/queue.h>
+#include <sys/lock.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>