$OpenBSD: patch-boost_interprocess_detail_workaround_hpp,v 1.1 2013/03/08 01:21:37 brad Exp $
--- boost/interprocess/detail/workaround.hpp.orig	Mon Dec 10 13:23:26 2012
+++ boost/interprocess/detail/workaround.hpp	Mon Dec 10 13:24:07 2012
@@ -110,6 +110,7 @@
 
    #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
       #define BOOST_INTERPROCESS_BSD_DERIVATIVE
+      #include <sys/param.h>
       #include <sys/sysctl.h>
       #if defined(CTL_KERN) && defined (KERN_BOOTTIME)
          //#define BOOST_INTERPROCESS_HAS_KERNEL_BOOTTIME
