$OpenBSD: patch-cli_cppcheckexecutor_cpp,v 1.4 2016/01/13 12:38:48 gsoares Exp $
--- cli/cppcheckexecutor.cpp.orig	Sat Jan  9 10:50:01 2016
+++ cli/cppcheckexecutor.cpp	Tue Jan 12 20:02:58 2016
@@ -41,10 +41,9 @@
 #   define _XOPEN_SOURCE // ucontext.h APIs can only be used on Mac OSX >= 10.7 if _XOPEN_SOURCE is defined
 #   include <ucontext.h>
 #   undef _XOPEN_SOURCE
-#else
-#   include <ucontext.h>
 #endif
 #ifdef __linux__
+#include <ucontext.h>
 #include <sys/syscall.h>
 #include <sys/types.h>
 #endif
