freebsd-ports/audio/qmidinet/files/patch-src__qmidinetUdpDevice.cpp
Chris Rees cac3f2b55b QmidiNet is a MIDI network gateway application that sends and receives
MIDI data (ALSA Sequencer and/or JACK MIDI) over the network, using UDP/IP
multicast.  Inspired by multimidicast (http://llg.cubic.org/tools) and
designed to be compatible with ipMIDI for Windows (http://nerds.de).

QmidiNet is free, open-source software, distributed under the terms of
the GNU General Public License (GPL) version 2 or later.

WWW: http://sourceforge.net/projects/qmidinet
2014-06-28 17:39:57 +00:00

11 lines
301 B
C++

--- ./src/qmidinetUdpDevice.cpp.orig 2014-06-27 22:15:38.224214098 +0100
+++ ./src/qmidinetUdpDevice.cpp 2014-06-27 22:16:02.128215458 +0100
@@ -25,6 +25,8 @@
#include <stdlib.h>
#include <string.h>
+#include <netinet/in.h>
+
#if defined(WIN32)
static WSADATA g_wsaData;
typedef int socklen_t;