#include <string.h> instead of <strings.h>

This commit is contained in:
Dag-Erling Smørgrav 2002-04-25 18:14:39 +00:00
parent 780a1fb3ca
commit 73c9eb2fbf

View File

@ -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