summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-11-10 23:08:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-11-10 23:08:34 +0000
commit07921555aac24ac20622cc097fef7f4e58f1e0d0 (patch)
tree7c6588091030957bc3d83548126526e0bebec21c /libs
parent0b8cc0b5cca73139cfbbb49f201a47718a3f955f (diff)
fix OS X compilation
git-svn-id: svn://localhost/ardour2/branches/3.0@8001 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/pbd/crossthread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/pbd/pbd/crossthread.h b/libs/pbd/pbd/crossthread.h
index f9845eedf0..f16cab9405 100644
--- a/libs/pbd/pbd/crossthread.h
+++ b/libs/pbd/pbd/crossthread.h
@@ -20,6 +20,10 @@
#ifndef __pbd__crossthread_h__
#define __pbd__crossthread_h__
+#ifdef check
+#undef check
+#endif
+
#include <glibmm/main.h>
class CrossThreadChannel {