You've already forked factorio-docker-factoriotools
mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2026-04-24 20:33:53 +02:00
19ca8d8ceb
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