From: VMware, Inc <> Date: Mon, 26 Jul 2010 18:32:09 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.07.25-280253~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a15574785a213bdfe0e2fa2ac08d421090a63ccc;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/stubs/stub-user-msg.c b/open-vm-tools/lib/stubs/stub-user-msg.c index 581a50cd9..569465130 100644 --- a/open-vm-tools/lib/stubs/stub-user-msg.c +++ b/open-vm-tools/lib/stubs/stub-user-msg.c @@ -23,6 +23,9 @@ * */ +#if defined(_WIN32) +# include +#endif #include "vm_assert.h" #include "msg.h" #include "str.h"