X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18kuXtzF6ckFbudIvgv+0GhRcjVWchrdh6NWvM71n UivGARXRjWESg5 From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Fixing a warning in chew.c Date: Fri, 11 Apr 2008 03:19:52 +0200 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804110319.53040.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Fixed warning: chew.c:1390: warning: incompatible implicit declaration of built-in function 'exit' Index: src/libm/math/chew.c =================================================================== RCS file: /cvs/djgpp/djgpp/src/libm/math/chew.c,v retrieving revision 1.1 diff -p -U3 -r1.1 chew.c --- src/libm/math/chew.c 6 Jul 1998 15:17:48 -0000 1.1 +++ src/libm/math/chew.c 11 Apr 2008 01:19:47 -0000 @@ -37,6 +37,7 @@ There is no #include "ansidecl.h" #include +#include #include #include #include