summaryrefslogtreecommitdiffstats
path: root/random
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-10-21 21:24:11 +0000
committerjtc <jtc@NetBSD.org>1994-10-21 21:24:11 +0000
commit2e661ca0f5fb299defe891df7762b891afe21f26 (patch)
tree5fedf044a1f3bb6615d7bd606527d98d1b026fdb /random
parentbcced3608bdd120315d4ed1d9b9478f7caa4a2f1 (diff)
downloadbsdgames-darwin-2e661ca0f5fb299defe891df7762b891afe21f26.tar.gz
bsdgames-darwin-2e661ca0f5fb299defe891df7762b891afe21f26.tar.zst
bsdgames-darwin-2e661ca0f5fb299defe891df7762b891afe21f26.zip
#include <limits.h> to get LONG_MAX
Diffstat (limited to 'random')
-rw-r--r--random/random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/random/random.c b/random/random.c
index a6fe4725..0eb95a1b 100644
--- a/random/random.c
+++ b/random/random.c
@@ -52,6 +52,7 @@ static char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94";
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
+#include <limits.h>
void usage __P((void));