mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-08-20 15:01:48 +02: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