qwx pci code must include bpfilter.h, too; spotted by kettenis
authorstsp <stsp@openbsd.org>
Fri, 9 Feb 2024 11:24:52 +0000 (11:24 +0000)
committerstsp <stsp@openbsd.org>
Fri, 9 Feb 2024 11:24:52 +0000 (11:24 +0000)
sys/dev/pci/if_qwx_pci.c

index d307b55..fd0c20c 100644 (file)
@@ -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>