From d8a36b37c8bbff6cd502aa6447f9def0fec0a766 Mon Sep 17 00:00:00 2001 From: bluhm Date: Fri, 9 Feb 2024 14:57:36 +0000 Subject: [PATCH] Include sys/lock.h to make qwx(4) compile with GENERIC kernel. OK stsp@ --- sys/dev/pci/if_qwx_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/if_qwx_pci.c b/sys/dev/pci/if_qwx_pci.c index fd0c20c8b6f..627ef8c44a6 100644 --- a/sys/dev/pci/if_qwx_pci.c +++ b/sys/dev/pci/if_qwx_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_qwx_pci.c,v 1.7 2024/02/09 11:24:52 stsp Exp $ */ +/* $OpenBSD: if_qwx_pci.c,v 1.8 2024/02/09 14:57:36 bluhm Exp $ */ /* * Copyright 2023 Stefan Sperling @@ -56,6 +56,7 @@ #include #include #include +#include #include #include #include -- 2.20.1