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. */
# undef REL_ALLOC
# if defined STDC_HEADERS || defined _LIBC
# if defined STDC_HEADERS || defined _LIBC || defined _WIN32
# include <stdlib.h>
# else
char *malloc ();