According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h is

needed, or size_t won't be defined on SunOS 4.1.4.
This commit is contained in:
Richard Levitte 2000-06-04 07:12:20 +00:00
parent bc596a7418
commit 823d8a6eb1

View File

@ -61,6 +61,7 @@
#ifndef NO_FP_API #ifndef NO_FP_API
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus