According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h is
authorRichard Levitte <levitte@openssl.org>
Sun, 4 Jun 2000 07:12:20 +0000 (07:12 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 4 Jun 2000 07:12:20 +0000 (07:12 +0000)
needed, or size_t won't be defined on SunOS 4.1.4.

crypto/err/err.h

index 76a8ed1b38433d121f5290c3287573082d815c11..519a9c5b0913704f1572b12d33913b6461820920 100644 (file)
@@ -61,6 +61,7 @@
 
 #ifndef NO_FP_API
 #include <stdio.h>
 
 #ifndef NO_FP_API
 #include <stdio.h>
+#include <stdlib.h>
 #endif
 
 #ifdef __cplusplus
 #endif
 
 #ifdef __cplusplus