]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
libsndfile oops
authorJeff Lenk <jeff@jefflenk.com>
Fri, 21 Feb 2014 23:05:27 +0000 (17:05 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Sat, 22 Feb 2014 03:32:45 +0000 (21:32 -0600)
libs/libsndfile/src/common.c

index bb14a6dc71ed4679dc4a45cbf339c64b3afaa0ba..f42bc91575a675221542a7788d6b601278c5df95 100644 (file)
@@ -21,7 +21,7 @@
 #include       <stdarg.h>
 #include       <string.h>
 
-#ifndef MSC_VER
+#ifndef _MSC_VER
 #include       <unistd.h>
 #endif
 #include       <ctype.h>