From 945b6729d979af22d909eb560da53fb2f4d471df Mon Sep 17 00:00:00 2001 From: fanf Date: Wed, 9 Oct 2002 20:42:40 +0000 Subject: Last commit was slightly hasty: #include is required on -CURRENT to be WARNS-safe (but not -STABLE for some reason) --- games/primes/primes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'games') diff --git a/games/primes/primes.c b/games/primes/primes.c index 6507627..c89817d 100644 --- a/games/primes/primes.c +++ b/games/primes/primes.c @@ -72,6 +72,7 @@ static const char rcsid[] = #include #include #include +#include #include #include "primes.h" -- cgit v1.1