fix compile warning

This commit is contained in:
Doug MacEachern 2005-02-22 17:42:21 +00:00
parent 65980ba304
commit 14147fbb63
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ void sigar_cpu_model_adjust(sigar_t *sigar, sigar_cpu_info_t *info)
#else
#include <rpcsvc/nfs_prot.h>
#endif
#if defined(__FreeBSD__) || defined(__sun)
#if defined(__FreeBSD__) || defined(__sun) || defined(DARWIN)
#include <arpa/inet.h>
#endif
#if defined(__sun) || defined(SIGAR_HPUX)