13
0

Correct a typo in 'msvc_pbd.h'

This commit is contained in:
John Emmas 2013-07-24 10:22:16 +01:00
parent 78974b2df9
commit 7f882b5a92

View File

@ -23,7 +23,7 @@
#define PBD_IS_IN_WINDLL 0 #define PBD_IS_IN_WINDLL 0
#endif #endif
#ifdef COMPILER_MSVC #ifndef COMPILER_MSVC
#include <sys/time.h> #include <sys/time.h>
#else #else
#include <ardourext/misc.h> #include <ardourext/misc.h>