summaryrefslogtreecommitdiffstats
path: root/games/adventure/setup.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-24 06:11:10 +0000
committerache <ache@FreeBSD.org>1997-09-24 06:11:10 +0000
commit6dda81e2d74e6e691091e4a859b2462a7388a8b3 (patch)
tree5443cc39209eab6feab25a4d9292376de1c6ccf6 /games/adventure/setup.c
parentf3087f06ac098064514c3cc4e896d0d63c7697d4 (diff)
downloadFreeBSD-src-6dda81e2d74e6e691091e4a859b2462a7388a8b3.zip
FreeBSD-src-6dda81e2d74e6e691091e4a859b2462a7388a8b3.tar.gz
Use srandomdev
Cleanup
Diffstat (limited to 'games/adventure/setup.c')
-rw-r--r--games/adventure/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/adventure/setup.c b/games/adventure/setup.c
index 9f10df8..9e7f977 100644
--- a/games/adventure/setup.c
+++ b/games/adventure/setup.c
@@ -58,6 +58,7 @@ static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93";
#define SIG2 " * Sterday, 6 Thrimidge S.R. 1993, 15:24"
#include <stdio.h>
+#include <stdlib.h>
#include "hdr.h" /* SEED lives in there; keep them coordinated. */
#define USAGE "Usage: setup file > data.c (file is typically glorkz)\n"
OpenPOWER on IntegriCloud