It looks like another developer made the following change on January 16: http://cvs.linuxcnc.org/cvs/emc2/src/emc/rs274ngc/interp_queue.cc.diff?r1=1.8;r2=1.9 --- emc2/src/emc/rs274ngc/interp_queue.cc 2009/01/14 04:53:34 1.8 +++ emc2/src/emc/rs274ngc/interp_queue.cc 2009/01/16 20:06:17 1.9 @@ -1,3 +1,6 @@ +#include <string.h> +#include <stdlib.h> + #include "rs274ngc.hh" #include "interp_queue.hh"
does this change not address the problem you report? Jeff ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
