mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Last commit was slightly hasty: #include <string.h> is required on
-CURRENT to be WARNS-safe (but not -STABLE for some reason)
This commit is contained in:
parent
6b4d1b08a2
commit
d34adef8a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104728
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user