From adba387b9801e99286b9de2cd4c5aeac4e6319ce Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 23 Mar 2018 13:24:57 +0100 Subject: Add partial support for building on OSX --- midimonster.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'midimonster.h') diff --git a/midimonster.h b/midimonster.h index 0b794f3..98d8459 100644 --- a/midimonster.h +++ b/midimonster.h @@ -13,6 +13,8 @@ #define DBG(message) #endif +#include "portability.h" + #define DEFAULT_CFG "monster.cfg" struct _channel_value; -- cgit v1.2.3