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

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

Revision 1.1, Sat Jun 29 19:20:57 2013 UTC (11 years ago) by kirby
Branch: MAIN

split into subdirs

$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
+};