Correct a typo in 'msvc_pbd.h'
authorJohn Emmas <johne53@tiscali.co.uk>
Wed, 24 Jul 2013 09:22:16 +0000 (10:22 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Wed, 24 Jul 2013 09:22:16 +0000 (10:22 +0100)
libs/pbd/pbd/msvc_pbd.h

index 1c971308d76a8bf92da8e45ddd31d049594789c9..c0c76e45df520c850c2975b2ed5170eaaad281ca 100644 (file)
@@ -23,7 +23,7 @@
 #define PBD_IS_IN_WINDLL 0
 #endif
 
-#ifdef COMPILER_MSVC
+#ifndef COMPILER_MSVC
 #include <sys/time.h>
 #else
 #include <ardourext/misc.h>