From: stsp Date: Fri, 9 Feb 2024 11:24:52 +0000 (+0000) Subject: qwx pci code must include bpfilter.h, too; spotted by kettenis X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6b8600e72c67ed70fd92adaf34cd26ddfceaa324;p=openbsd qwx pci code must include bpfilter.h, too; spotted by kettenis --- diff --git a/sys/dev/pci/if_qwx_pci.c b/sys/dev/pci/if_qwx_pci.c index d307b553cec..fd0c20c8b6f 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.6 2024/02/05 10:45:47 kettenis Exp $ */ +/* $OpenBSD: if_qwx_pci.c,v 1.7 2024/02/09 11:24:52 stsp Exp $ */ /* * Copyright 2023 Stefan Sperling @@ -50,6 +50,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "bpfilter.h" + #include #include #include