From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:09 +0000 (-0700) Subject: Move include of rateconv.h in hostinfoPosix X-Git-Tag: stable-10.2.0~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da8e30cc2fdaccd4e2c21eb71345046d0c0e944;p=thirdparty%2Fopen-vm-tools.git Move include of rateconv.h in hostinfoPosix rateconv.h is only needed for the Mac system timer conversion. Move the include. --- diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index 9f1e10bd3..88ad4fba4 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -114,7 +114,6 @@ #include "util.h" #include "vmstdio.h" #include "su.h" -#include "rateconv.h" #include "vm_atomic.h" #if defined(__i386__) || defined(__x86_64__) @@ -128,6 +127,7 @@ #if defined(__APPLE__) #include "utilMacos.h" +#include "rateconv.h" #endif #if defined(VMX86_SERVER)