diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-10 17:41:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-10 17:41:53 +0000 |
commit | 09cb048e6e15c440c1d45cad84f3207db4d63326 (patch) | |
tree | 0c9624761f09be42d1fb031cb789ed83ddee8cfd /devel/ace/files/extra-patch-ace-OS_NS_Thread.h | |
parent | Add a missing dependency on unique. (diff) |
- Fix build on 7.x
Reported by: pointyhat via erwin
Notes
Notes:
svn path=/head/; revision=232022
Diffstat (limited to 'devel/ace/files/extra-patch-ace-OS_NS_Thread.h')
-rw-r--r-- | devel/ace/files/extra-patch-ace-OS_NS_Thread.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ace/files/extra-patch-ace-OS_NS_Thread.h b/devel/ace/files/extra-patch-ace-OS_NS_Thread.h new file mode 100644 index 000000000000..df23d8732792 --- /dev/null +++ b/devel/ace/files/extra-patch-ace-OS_NS_Thread.h @@ -0,0 +1,11 @@ +--- ace/OS_NS_Thread.h.orig 2006-05-30 17:15:25.000000000 +0400 ++++ ace/OS_NS_Thread.h 2009-04-10 17:59:13.000000000 +0400 +@@ -38,6 +38,8 @@ + # include "ace/ACE_export.h" + # include "ace/Object_Manager_Base.h" + ++# include <sys/cpuset.h> ++ + # if defined (ACE_EXPORT_MACRO) + # undef ACE_EXPORT_MACRO + # endif |