> So it's only missing #include which should
> be in the code. See the attachments.
>
> [...]
>
>  #include <math.h>
> +#include <stdlib.h>
> +#include <cstring>

Surely that should be <string.h>, no?  It's just a style thing, but if
you're modifying code that is already using ANSI C headers, and not
Standard C++ headers, you should stay with the existing convention.
It's especially weird to add one of each. :)

Andy

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to