From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:45 +0000 (-0700) Subject: err.h: Add missing include X-Git-Tag: stable-10.2.0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c85fe685b518311d3fa1f2ce44b6c7ba38500d2d;p=thirdparty%2Fopen-vm-tools.git err.h: Add missing include err.h is missing any include that would provide a definition for DWORD. Fix by including vm_basic_defs.h (which includes windows.h) --- diff --git a/open-vm-tools/lib/include/err.h b/open-vm-tools/lib/include/err.h index 7012dd814..3bc82fd8f 100644 --- a/open-vm-tools/lib/include/err.h +++ b/open-vm-tools/lib/include/err.h @@ -32,6 +32,7 @@ #if !defined(_WIN32) #include #endif +#include "vm_basic_defs.h" #if defined(__cplusplus) extern "C" {