mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-10-30 16:38:06 +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