Kill compiler warning.

svn path=/trunk/; revision=13271
This commit is contained in:
Mike Nordell 2005-01-25 16:26:01 +00:00
parent c4566e585f
commit b0fc9bcff6

View file

@ -121,7 +121,7 @@
even if config.h says that we can. */ even if config.h says that we can. */
# undef REL_ALLOC # undef REL_ALLOC
# if defined STDC_HEADERS || defined _LIBC # if defined STDC_HEADERS || defined _LIBC || defined _WIN32
# include <stdlib.h> # include <stdlib.h>
# else # else
char *malloc (); char *malloc ();