$OpenBSD: patch-cli_cppcheckexecutor_cpp,v 1.3 2015/01/07 04:15:51 jsg Exp $
--- cli/cppcheckexecutor.cpp.orig	Sun Jan  4 02:59:04 2015
+++ cli/cppcheckexecutor.cpp	Sun Jan  4 02:59:11 2015
@@ -42,10 +42,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
