freebsd-ports/multimedia/vdr-plugin-xvdr/files/patch-src-net-cxsocket.h
Juergen Lock 7c720b5681 VDR plugin to handle XBMC clients.
The vdr-plugin-xvdr is able to handle serveral XBMC clients connecting
via the XVDR addon.

WWW: https://github.com/pipelka/vdr-plugin-xvdr
2011-12-18 17:23:38 +00:00

12 lines
239 B
C

--- a/src/net/cxsocket.h
+++ b/src/net/cxsocket.h
@@ -29,6 +29,9 @@
#ifndef __CXSOCKET_H
#define __CXSOCKET_H
+#ifdef __FreeBSD__
+#include <netinet/in.h>
+#endif
#include <inttypes.h>
#include <sys/types.h>
#include <sys/socket.h>