$OpenBSD: patch-iodev_eth_tap_cc,v 1.1 2004/01/22 14:43:01 todd Exp $
--- iodev/eth_tap.cc.orig	2004-01-13 22:40:00.000000000 +0300
+++ iodev/eth_tap.cc	2004-01-13 22:40:30.000000000 +0300
@@ -100,7 +100,7 @@
 #include <sys/socket.h>
 #include <sys/uio.h>
 #include <sys/wait.h>
-#if defined(__FreeBSD__) || defined(__APPLE__)  // Should be fixed for other *BSD
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__)  // Should be fixed for other *BSD
 #include <net/if.h>
 #else
 #include <asm/types.h>
