1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

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

in <time.h>.
This commit is contained in:
Bruce Evans 1995-02-03 20:55:37 +00:00
parent 9ca5d38370
commit b0b1fe4f53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6160

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>