]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 26 Jul 2010 18:32:09 +0000 (11:32 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Jul 2010 18:32:09 +0000 (11:32 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/stubs/stub-user-msg.c

index 581a50cd9b9d943b8ed3824271e276f9c2c23ddf..56946513060f8894ad008e6756fcbd52e7aae961 100644 (file)
@@ -23,6 +23,9 @@
  *
  */
 
+#if defined(_WIN32)
+#  include <windows.h>
+#endif
 #include "vm_assert.h"
 #include "msg.h"
 #include "str.h"