aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscenegraph/add-missing-include-for-ppc64le.patch
blob: 8731b33a88ed5607c3ef0914df68de17ab335264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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