$OpenBSD: patch-components_files_linuxpath_hpp,v 1.1.1.1 2015/12/27 21:55:24 pascal Exp $
--- components/files/linuxpath.hpp.orig	Sun Nov 22 19:54:17 2015
+++ components/files/linuxpath.hpp	Fri Dec 25 16:37:56 2015
@@ -1,7 +1,8 @@
 #ifndef COMPONENTS_FILES_LINUXPATH_H
 #define COMPONENTS_FILES_LINUXPATH_H
 
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) \
+	|| defined(__OpenBSD__)
 
 #include <boost/filesystem.hpp>
 
