From a09e2de7df712ed16c18f49fcaafd95b5e9bd3fa Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 25 Sep 2008 17:53:05 +0000 Subject: [PATCH] - Forgotten patch to fix build on 8.x --- .../files/patch-src-OpenThreads-pthreads-PThread.c++ | 10 ++++++++++ .../files/patch-src-OpenThreads-pthreads-PThread.c++ | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ create mode 100644 graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ diff --git a/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ b/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ new file mode 100644 index 000000000000..351452e25e7c --- /dev/null +++ b/graphics/osg-devel/files/patch-src-OpenThreads-pthreads-PThread.c++ @@ -0,0 +1,10 @@ +--- src/OpenThreads/pthreads/PThread.c++.orig 2008-09-25 18:28:42.000000000 +0400 ++++ src/OpenThreads/pthreads/PThread.c++ 2008-09-25 18:52:13.000000000 +0400 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #if defined __linux || defined __sun || defined __APPLE__ + #include diff --git a/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ b/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ new file mode 100644 index 000000000000..351452e25e7c --- /dev/null +++ b/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ @@ -0,0 +1,10 @@ +--- src/OpenThreads/pthreads/PThread.c++.orig 2008-09-25 18:28:42.000000000 +0400 ++++ src/OpenThreads/pthreads/PThread.c++ 2008-09-25 18:52:13.000000000 +0400 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #if defined __linux || defined __sun || defined __APPLE__ + #include