$OpenBSD: patch-net_base_network_interfaces_posix_cc,v 1.2 2016/10/27 18:30:41 robert Exp $
--- net/base/network_interfaces_posix.cc.orig.port	Wed Jul 20 21:03:26 2016
+++ net/base/network_interfaces_posix.cc	Thu Jul 21 10:25:30 2016
@@ -9,7 +9,7 @@
 #include <memory>
 #include <set>
 
-#if !defined(OS_NACL)
+#if !defined(OS_NACL) && !defined(OS_BSD)
 #include "net/base/network_interfaces_posix.h"
 #include <net/if.h>
 #include <netinet/in.h>
@@ -17,7 +17,7 @@
 
 namespace net {
 
-#if !defined(OS_NACL)
+#if !defined(OS_NACL) && !defined(OS_BSD)
 namespace internal {
 
 // The application layer can pass |policy| defined in net_util.h to
