diff options
-rw-r--r-- | games/random/random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/random/random.c b/games/random/random.c index a6fe472..87e1b18 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -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> |