summaryrefslogtreecommitdiff
path: root/muse2/muse/osc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/osc.cpp')
-rw-r--r--muse2/muse/osc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/osc.cpp b/muse2/muse/osc.cpp
index 7daeb9ff..7bdc0b00 100644
--- a/muse2/muse/osc.cpp
+++ b/muse2/muse/osc.cpp
@@ -61,8 +61,12 @@
#include "globals.h"
#include "globaldefs.h"
+#endif // OSC_SUPPORT
+
namespace MusECore {
+#ifdef OSC_SUPPORT
+
static lo_server_thread serverThread = 0;
static char* url = 0;
static bool oscServerRunning = false;