mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	- Added compat for sun in net.c
This commit is contained in:
		
							parent
							
								
									56a7684023
								
							
						
					
					
						commit
						6126481796
					
				@ -63,6 +63,8 @@ static int wsa_init_done = 0;
 | 
			
		||||
#include <sys/endian.h>
 | 
			
		||||
#elif defined(__APPLE__)
 | 
			
		||||
#include <machine/endian.h>
 | 
			
		||||
#elif defined(sun)
 | 
			
		||||
#include <sys/isa_defs.h>
 | 
			
		||||
#else
 | 
			
		||||
#include <endian.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user