summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2015-10-05 21:21:49 +0200
committerStephane Letz <letz@grame.fr>2015-10-05 21:21:49 +0200
commit600bebe38d48e5a3ef5aa8c5a3066e4c156f2200 (patch)
treed810d336ac567627942c75bc8377b73c3cb1ca94 /macosx
parent8b8be738805ae1c5fe3688a49fd696a9f080b59e (diff)
downloadjack2-600bebe38d48e5a3ef5aa8c5a3066e4c156f2200.tar.gz
Missing include, correct log message.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/coremidi/JackCoreMidiDriver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/coremidi/JackCoreMidiDriver.cpp b/macosx/coremidi/JackCoreMidiDriver.cpp
index b4ce204c..16912ab6 100644
--- a/macosx/coremidi/JackCoreMidiDriver.cpp
+++ b/macosx/coremidi/JackCoreMidiDriver.cpp
@@ -26,6 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <stdexcept>
#include <mach/mach_time.h>
+#include <mach/mach_error.h>
using Jack::JackCoreMidiDriver;