X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX193nlE5Jx13RtKG+YtOJzubW/89X7q12Nhbd+Yx6k CUXO1AtnDJsvtw From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: chew.c needs stdlib.h Date: Thu, 17 May 2007 13:21:00 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705171321.00218.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com * src/libc/libm/math/chew.c: Include stdlib.h for declaration of exit. Regards, Juan M. Guerrero diff -aprNU5 djgpp.orig/src/libm/math/chew.c djgpp/src/libm/math/chew.c --- djgpp.orig/src/libm/math/chew.c 1998-07-06 15:17:48 +0000 +++ djgpp/src/libm/math/chew.c 2007-05-16 16:15:30 +0000 @@ -35,10 +35,11 @@ There is no #include "ansidecl.h" #include +#include #include #include #include extern PTR malloc();