aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-03-23 13:24:57 +0100
committercbdev <cb@cbcdn.com>2018-03-23 13:24:57 +0100
commitadba387b9801e99286b9de2cd4c5aeac4e6319ce (patch)
tree1bc84f8b96a54643314b9bfc03f0a3ee79d11bce /midimonster.h
parent5728f0caf293ba7e6c5f5f695c4cf8e9057972fd (diff)
downloadmidimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.tar.gz
midimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.tar.bz2
midimonster-adba387b9801e99286b9de2cd4c5aeac4e6319ce.zip
Add partial support for building on OSX
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h2
1 files changed, 2 insertions, 0 deletions
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;