aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/rtpmidi.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-09 23:14:23 +0100
committercbdev <cb@cbcdn.com>2019-12-09 23:14:23 +0100
commit48e12201f5c57cda581bc0c713d99da6524c49a8 (patch)
treedd45b6d50bf1b39ee0c89ed1e55e11b2fb65d1d9 /backends/rtpmidi.h
parentaa092469e21674bb99275dda08a695f0d426f6de (diff)
downloadmidimonster-48e12201f5c57cda581bc0c713d99da6524c49a8.tar.gz
midimonster-48e12201f5c57cda581bc0c713d99da6524c49a8.tar.bz2
midimonster-48e12201f5c57cda581bc0c713d99da6524c49a8.zip
rtpmidi socket binding
Diffstat (limited to 'backends/rtpmidi.h')
-rw-r--r--backends/rtpmidi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/rtpmidi.h b/backends/rtpmidi.h
index c076fd0..6cab225 100644
--- a/backends/rtpmidi.h
+++ b/backends/rtpmidi.h
@@ -1,4 +1,6 @@
+#ifndef _WIN32
#include <sys/socket.h>
+#endif
#include "midimonster.h"
int init();