mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fix build on FreeBSD, broken since open_url
This commit is contained in:
		@@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
#if defined(__FreeBSD__)  || defined(__NetBSD__) || defined(__DragonFly__)
 | 
			
		||||
	#include <sys/types.h>
 | 
			
		||||
	#include <sys/sysctl.h>
 | 
			
		||||
	extern char **environ;
 | 
			
		||||
#elif defined(_WIN32)
 | 
			
		||||
	#include <windows.h>
 | 
			
		||||
	#include <wincrypt.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user