]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
err.h: Add missing include
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:45 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:45 +0000 (11:23 -0700)
err.h is missing any include that would provide a definition for DWORD.
Fix by including vm_basic_defs.h (which includes windows.h)

open-vm-tools/lib/include/err.h

index 7012dd8146d7cd8b768805a251f17cc8c1186167..3bc82fd8fef1cf12ffbd0322cad3da4dba1068f9 100644 (file)
@@ -32,6 +32,7 @@
 #if !defined(_WIN32)
 #include <errno.h>
 #endif
+#include "vm_basic_defs.h"
 
 #if defined(__cplusplus)
 extern "C" {