mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
11 lines
294 B
C
11 lines
294 B
C
--- 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
|