[MAC_OS8]: Don't include stdlib.h. Include sys/param.h.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-09-18 05:42:49 +00:00
parent 3da64ce8fc
commit e194b7b9f2

View file

@ -49,10 +49,7 @@ extern void srandom P_ ((unsigned int));
#include "blockinput.h"
#ifdef MAC_OS8
/* It is essential to include stdlib.h so that this file picks up
the correct definitions of rand, srand, and RAND_MAX.
Otherwise random numbers will not work correctly. */
#include <stdlib.h>
#include <sys/param.h>
#ifndef subprocesses
/* Nonzero means delete a process right away if it exits (process.c). */