You've already forked factorio-docker-factoriotools
mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-11-23 21:54:58 +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