$OpenBSD: patch-include_ntop_includes_h,v 1.1 2018/10/04 22:28:03 sthen Exp $

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