mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
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)
11 lines
223 B
C
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>
|
|
|