summaryrefslogtreecommitdiffstats
path: root/random/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random/random.c')
-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));