include string.h for strcmp(3) prototype.

This commit is contained in:
alfred 2002-07-11 17:32:16 +00:00
parent a9f506168f
commit b611173b57

View File

@ -45,6 +45,7 @@ static const char rcsid[] =
#include <stdlib.h>
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
#include <string.h>
#include <syslog.h>
#include <sys/types.h>
#include <sys/wait.h>