diff options
Diffstat (limited to 'games/primes')
-rw-r--r-- | games/primes/primes.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <math.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include "primes.h" |