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:
parent
9ca5d38370
commit
b0b1fe4f53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6160
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user