From: bluhm Date: Fri, 9 Feb 2024 14:57:36 +0000 (+0000) Subject: Include sys/lock.h to make qwx(4) compile with GENERIC kernel. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d8a36b37c8bbff6cd502aa6447f9def0fec0a766;p=openbsd Include sys/lock.h to make qwx(4) compile with GENERIC kernel. OK stsp@ --- 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