mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
13 lines
267 B
Diff
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
|