From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:46 +0000 (-0700) Subject: Fix error introduced in strutil.c X-Git-Tag: stable-10.2.0~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d6a45ccceb058eb428baca7d0b1a72c29c9fe5;p=thirdparty%2Fopen-vm-tools.git Fix error introduced in strutil.c --- diff --git a/open-vm-tools/lib/misc/strutil.c b/open-vm-tools/lib/misc/strutil.c index 2bbccd8b6..27f230bd1 100644 --- a/open-vm-tools/lib/misc/strutil.c +++ b/open-vm-tools/lib/misc/strutil.c @@ -26,9 +26,8 @@ #include #include #include -#if defined(_WIN32) +#if !defined(_WIN32) #include /* For strncasecmp */ -#else #include #endif #include "vmware.h"