7c720b5681
The vdr-plugin-xvdr is able to handle serveral XBMC clients connecting via the XVDR addon. WWW: https://github.com/pipelka/vdr-plugin-xvdr
13 lines
208 B
C
13 lines
208 B
C
--- a/src/net/cxsocket.c
|
|
--- b/src/net/cxsocket.c
|
|
@@ -48,6 +48,10 @@
|
|
#include "config/config.h"
|
|
#include "cxsocket.h"
|
|
|
|
+#ifndef MSG_MORE
|
|
+#define MSG_MORE 0
|
|
+#endif
|
|
+
|
|
cxSocket::~cxSocket()
|
|
{
|
|
close();
|