$OpenBSD: patch-SrcShared_omnithread_omnithread_h,v 1.1.1.1 2006/10/19 16:24:52 mbalmer Exp $
--- SrcShared/omnithread/omnithread.h.orig	Fri Mar 29 14:11:07 2002
+++ SrcShared/omnithread/omnithread.h	Thu Oct 19 17:59:13 2006
@@ -157,6 +157,9 @@ class omni_thread;
 #elif defined(__bsdi__)
 #include <omnithread/posix.h>
 
+#elif defined(__OpenBSD__)
+#include <omnithread/posix.h>
+
 #else
 #error "No implementation header file"
 #endif
