ports/net/multicat/files/patch-ingests.c
Rodrigo Osorio b724e3db06 net/multicat: install missing tools
Build and install multicat additional tools ingests, aggregartp and reordertp
which are required if tou want to manipulate rtp streams.

PR:		273816
Reported by:	rodrigo
Reviewed by:	m.muenz@gmail.com (maintainer)
2023-10-03 13:19:52 +02:00

11 lines
223 B
C

--- ingests.c.orig 2018-06-12 15:18:47 UTC
+++ ingests.c
@@ -31,6 +31,8 @@
#include <string.h>
#include <errno.h>
#include <syslog.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
#include <bitstream/mpeg/ts.h>