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:
parent
ff7fd11fac
commit
5a6526f0aa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue