artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3df245
)
qwx pci code must include bpfilter.h, too; spotted by kettenis
author
stsp
<stsp@openbsd.org>
Fri, 9 Feb 2024 11:24:52 +0000
(11:24 +0000)
committer
stsp
<stsp@openbsd.org>
Fri, 9 Feb 2024 11:24:52 +0000
(11:24 +0000)
sys/dev/pci/if_qwx_pci.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_qwx_pci.c
b/sys/dev/pci/if_qwx_pci.c
index
d307b55
..
fd0c20c
100644
(file)
--- 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 <stsp@openbsd.org>
@@
-50,6
+50,8
@@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "bpfilter.h"
+
#include <sys/param.h>
#include <sys/sockio.h>
#include <sys/mbuf.h>