Include <limits.h> to get LONG_MAX - don't depend on namespace pollution

in <time.h>.
This commit is contained in:
bde 1995-02-03 20:55:37 +00:00
parent 8f2026c976
commit 2c247eca80

View File

@ -48,6 +48,7 @@ static char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94";
#include <err.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>