markwal / GPX

Gcode to x3g conversion post processor
GNU General Public License v2.0
98 stars 80 forks source link

Compiling under Cygwin latest doesn't know size of timeval #14

Closed btodoroff closed 8 years ago

btodoroff commented 8 years ago

Changing #include <time.h> to #include <sys/time.h> in gpx.c fixes the issue.

Cloned commit 051ee5c. Cygwin under babun on Windows 10 64bit.

markwal commented 8 years ago

Tracking request to support cygwin under #15