Fix AIX 5.2 compile where rpcsvc/nfs_prot.h might not exist

Submitted by: Jan Kneschke <jan.kneschke@mysql.com>
This commit is contained in:
Doug MacEachern 2007-04-19 14:49:47 +00:00
parent ff7fd11fac
commit 5a6526f0aa
1 changed files with 0 additions and 2 deletions

View File

@ -462,8 +462,6 @@ int sigar_cpu_mhz_from_model(char *model)
#include <rpc/pmap_clnt.h>
#ifdef SIGAR_HPUX
#include <nfs/nfs.h>
#else
#include <rpcsvc/nfs_prot.h>
#endif
#if defined(__FreeBSD__) || defined(__sun) || defined(DARWIN)
#include <arpa/inet.h>