hpux fixes
This commit is contained in:
parent
9f399955ac
commit
4b309f0088
|
@ -411,14 +411,18 @@ void sigar_cpu_model_adjust(sigar_t *sigar, sigar_cpu_info_t *info)
|
||||||
#include <rpc/rpc.h>
|
#include <rpc/rpc.h>
|
||||||
#include <rpc/pmap_prot.h>
|
#include <rpc/pmap_prot.h>
|
||||||
#include <rpc/pmap_clnt.h>
|
#include <rpc/pmap_clnt.h>
|
||||||
|
#ifdef SIGAR_HPUX
|
||||||
|
#include <nfs/nfs.h>
|
||||||
|
#else
|
||||||
#include <rpcsvc/nfs_prot.h>
|
#include <rpcsvc/nfs_prot.h>
|
||||||
|
#endif
|
||||||
#if defined(__FreeBSD__) || defined(__sun)
|
#if defined(__FreeBSD__) || defined(__sun)
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef __sun
|
#if defined(__sun) || defined(SIGAR_HPUX)
|
||||||
#include <rpc/clnt_soc.h>
|
#include <rpc/clnt_soc.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef _AIX
|
#if defined(_AIX) || defined(SIGAR_HPUX)
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue