$OpenBSD: patch-apps_openmw_crashcatcher_cpp,v 1.2 2016/04/16 15:27:15 pascal Exp $
--- apps/openmw/crashcatcher.cpp.orig	Wed Apr  6 13:40:42 2016
+++ apps/openmw/crashcatcher.cpp	Sat Apr 16 14:30:26 2016
@@ -5,7 +5,9 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/param.h>
+#ifndef __OpenBSD__
 #include <sys/ucontext.h>
+#endif
 #include <sys/utsname.h>
 #include <string.h>
 #include <errno.h>
@@ -24,7 +26,7 @@
 #ifndef PR_SET_PTRACER
 #define PR_SET_PTRACER 0x59616d61
 #endif
-#elif defined (__APPLE__) || defined (__FreeBSD__)
+#elif defined (__APPLE__) || defined (__FreeBSD__) || defined(__OpenBSD__)
 #include <signal.h>
 #endif
 
