From d34adef8a0d1c76a41953f8d6181d8f21faf90d8 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Wed, 9 Oct 2002 20:42:40 +0000 Subject: [PATCH] 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(+) diff --git a/games/primes/primes.c b/games/primes/primes.c index 65076278f4ca..c89817d7da68 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"