$OpenBSD: patch-include_ntop_includes_h,v 1.3 2020/10/02 18:47:14 sthen Exp $

Index: include/ntop_includes.h
--- include/ntop_includes.h.orig
+++ include/ntop_includes.h
@@ -111,7 +111,7 @@
 extern "C" {
 #include "pcap.h"
 
-#ifndef __linux__
+#if !defined(__linux__) && !defined(__OpenBSD__)
 #include <pcap/bpf.h> /* Used for bpf_filter() */
 #endif
 
