diff data/osc/OSCQueue.cpp @ 1222:771a17925576 piper

Merge from branch 3.0-integration
author Chris Cannam
date Thu, 20 Oct 2016 11:19:34 +0100
parents 6b847a59d908
children 48e9f538e6e9
line wrap: on
line diff
--- a/data/osc/OSCQueue.cpp	Mon Oct 17 16:39:36 2016 +0100
+++ b/data/osc/OSCQueue.cpp	Thu Oct 20 11:19:34 2016 +0100
@@ -23,12 +23,13 @@
 #include "base/Profiler.h"
 
 #include <iostream>
-#include <unistd.h>
 
 #define OSC_MESSAGE_QUEUE_SIZE 1023
 
 #ifdef HAVE_LIBLO
 
+#include <unistd.h>
+
 void
 OSCQueue::oscError(int num, const char *msg, const char *path)
 {