mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			267 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 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
 |