mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 00:48:07 +01:00 
			
		
		
		
	The build was failing with 'implicit declaration of function inet_aton' error in newer GCC versions. Adding _GNU_SOURCE feature test macro makes inet_aton available. Also fixed unused result warning for fread. Fixes #582