[BACK]Return to patch-lib_Interprocess_h CVS log [TXT][DIR] Up to [local] / ports / games / vcmi / patches

File: [local] / ports / games / vcmi / patches / Attic / patch-lib_Interprocess_h (download)

Revision 1.2, Sat Jun 29 02:56:57 2013 UTC (11 years ago) by kirby
Branch: MAIN
Changes since 1.1: +8 -5 lines

fix build

$OpenBSD$
--- lib/Interprocess.h.orig	Mon Apr  2 15:14:38 2012
+++ lib/Interprocess.h	Fri Jun 28 19:29:36 2013
@@ -1,6 +1,7 @@
 #pragma once
 
 #include <boost/interprocess/sync/scoped_lock.hpp>
+#include <sys/param.h>
 #include <boost/interprocess/sync/interprocess_mutex.hpp>
 #include <boost/interprocess/sync/interprocess_condition.hpp>
 #include <boost/interprocess/mapped_region.hpp>
@@ -55,4 +56,4 @@ struct SharedMem 
 		delete mr;
 		boost::interprocess::shared_memory_object::remove("vcmi_memory");
 	}
-};
\ No newline at end of file
+};