freebsd-ports/multimedia/vdr-plugin-vnsiserver/files/patch-cxsocket.h
Juergen Lock ee0ebe6479 http://www.vdr-wiki.de/wiki/index.php/Vnsi-server-plugin
VDR-Network-Streaming-Interface plugin (untested, currently used by
the XBMC pvr-testing2 branch which hasn't been ported to FreeBSD yet
at the time of writing.)

WWW: http://www.vdr-portal.de/board/thread.php?threadid=95292
2011-03-26 19:21:27 +00:00

12 lines
223 B
C

--- a/cxsocket.h
+++ b/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>