mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	- Added DragonflyBSD support
This commit is contained in:
		
							parent
							
								
									3c16db9a10
								
							
						
					
					
						commit
						6a2f857b08
					
				@ -59,7 +59,8 @@ static int wsa_init_done = 0;
 | 
			
		||||
#include <netdb.h>
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
 | 
			
		||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
 | 
			
		||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) ||  \
 | 
			
		||||
    defined(__DragonflyBSD__)
 | 
			
		||||
#include <sys/endian.h>
 | 
			
		||||
#elif defined(__APPLE__)
 | 
			
		||||
#include <machine/endian.h>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user