1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/openscenegraph/add-missing-include-for-ppc64le.patch
2021-04-20 16:42:33 +00:00

13 lines
267 B
Diff

--- 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