openbsd-ports/palm/pose/patches/patch-SrcShared_omnithread_omnithread_h
mbalmer b5b2fd51f0 Palm OS Emulator
ok pvalchev
2006-10-19 16:24:51 +00:00

14 lines
438 B
Plaintext

$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