diff options
Diffstat (limited to 'testing/openscenegraph/add-missing-include-for-ppc64le.patch')
-rw-r--r-- | testing/openscenegraph/add-missing-include-for-ppc64le.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/openscenegraph/add-missing-include-for-ppc64le.patch b/testing/openscenegraph/add-missing-include-for-ppc64le.patch new file mode 100644 index 0000000000..8731b33a88 --- /dev/null +++ b/testing/openscenegraph/add-missing-include-for-ppc64le.patch @@ -0,0 +1,13 @@ +--- OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp ++++ OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp +@@ -57,6 +57,10 @@ + + #include <iostream> + ++#ifdef __powerpc64__ ++#include <string.h> ++#endif ++ + using namespace OpenThreads; + + #ifdef DEBUG |