]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix error introduced in strutil.c
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:46 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:46 +0000 (11:23 -0700)
open-vm-tools/lib/misc/strutil.c

index 2bbccd8b6855165d561e410e4873da459d620d4d..27f230bd133e3cc144d1d81ea18294ae09ae9009 100644 (file)
@@ -26,9 +26,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#if defined(_WIN32)
+#if !defined(_WIN32)
 #include <strings.h> /* For strncasecmp */
-#else
 #include <stdint.h>
 #endif
 #include "vmware.h"