diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getnetgrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c index aad2ae9..7311fc3 100644 --- a/lib/libc/gen/getnetgrent.c +++ b/lib/libc/gen/getnetgrent.c @@ -41,8 +41,8 @@ static char sccsid[] = "@(#)getnetgrent.c 8.2 (Berkeley) 4/27/95"; __FBSDID("$FreeBSD$"); #include <stdio.h> -#include <strings.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #ifdef YP |