delorie.com/archives/browse.cgi | search |
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 <juan DOT guerrero AT gmx DOT de> |
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 |
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 <stdio.h> +#include <stdlib.h> #include <ctype.h> #include <fcntl.h> #include <unistd.h> extern PTR malloc();
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |