mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	Fix endian.h include for FreeBSD
This commit is contained in:
		
				
					committed by
					
						 Craig Robbins
						Craig Robbins
					
				
			
			
				
	
			
			
			
						parent
						
							53bc56dc3c
						
					
				
				
					commit
					2414580754
				
			| @@ -47,6 +47,8 @@ | ||||
| #define __BIG_ENDIAN 1 | ||||
| #elif __MACH__ | ||||
| #include <machine/endian.h> | ||||
| #elif defined(__FreeBSD__) | ||||
| #include <sys/endian.h> | ||||
| #else | ||||
| #include <endian.h> | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user