aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/osc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/osc.h')
-rw-r--r--backends/osc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/osc.h b/backends/osc.h
index 4e9dec5..b2aaea7 100644
--- a/backends/osc.h
+++ b/backends/osc.h
@@ -1,6 +1,8 @@
#include "midimonster.h"
#include <sys/types.h>
+#ifndef _WIN32
#include <sys/socket.h>
+#endif
#define OSC_RECV_BUF 8192
#define OSC_XMIT_BUF 8192