summaryrefslogtreecommitdiff
path: root/www/janus/files/patch-src_rtp.h
blob: 62746ed5c3827e4b625c695b463a11cc368b3eff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/rtp.h.orig	2023-05-21 03:47:10 UTC
+++ src/rtp.h
@@ -15,6 +15,8 @@
 
 #include <arpa/inet.h>
 #if defined (__MACH__) || defined(__FreeBSD__)
+#include <sys/socket.h>
+#include <netinet/in.h>
 #include <machine/endian.h>
 #define __BYTE_ORDER BYTE_ORDER
 #define __BIG_ENDIAN BIG_ENDIAN