diff options
author | 2007-11-29 13:16:06 +0000 | |
---|---|---|
committer | 2007-11-29 13:16:06 +0000 | |
commit | cee67a07975c6616de554a5c85a7e2cf14e80259 (patch) | |
tree | 2195825c417d8b6e8da53906f6e69c3b393f0bb3 | |
parent | Remove devices that do not exist and architectures are not supported. (diff) | |
download | wireguard-openbsd-cee67a07975c6616de554a5c85a7e2cf14e80259.tar.xz wireguard-openbsd-cee67a07975c6616de554a5c85a7e2cf14e80259.zip |
unbreak the zaurus kernel build by adding a missing header
co-discovered by robert@
-rw-r--r-- | sys/dev/sdmmc/sdmmcvar.h | 3 |
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> |