From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:33 +0000 (-0700) Subject: Fix tools build X-Git-Tag: stable-10.2.0~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20933cea62e27e30f75e8e68251627bc06a1dee;p=thirdparty%2Fopen-vm-tools.git Fix tools build dynbuf.c and sigPosix.c are consumed by tools. --- diff --git a/open-vm-tools/lib/misc/dynbuf.c b/open-vm-tools/lib/misc/dynbuf.c index 444f7e6b6..acae23d44 100644 --- a/open-vm-tools/lib/misc/dynbuf.c +++ b/open-vm-tools/lib/misc/dynbuf.c @@ -29,8 +29,12 @@ #include "vmware.h" #include "dynbuf.h" -#include "asan_common.h" +#ifdef VMX86_SERVER +#include "asan_common.h" +#else +#define DISABLE_ASAN +#endif /* *-----------------------------------------------------------------------------