From 845e44ab42305dda56f7ec22b12171adc890e454 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 9 Dec 2017 18:10:22 +0300 Subject: ADLMIDI2: Fixed macOS build --- utils/adlmidi-2/input.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/adlmidi-2/input.hpp') diff --git a/utils/adlmidi-2/input.hpp b/utils/adlmidi-2/input.hpp index 59f7f8c..0cafd51 100644 --- a/utils/adlmidi-2/input.hpp +++ b/utils/adlmidi-2/input.hpp @@ -34,7 +34,7 @@ class xInput #ifdef _WIN32 void *inhandle; #endif - #if (!defined(_WIN32) || defined(__CYGWIN__)) && !defined(__DJGPP__) + #if (!defined(_WIN32) || defined(__CYGWIN__)) && !defined(__DJGPP__) && !defined(__APPLE__) struct termio back; #endif public: -- cgit v1.2.3