summaryrefslogtreecommitdiff
path: root/net/uvgrtp/files/patch-src_socket.hh
diff options
context:
space:
mode:
Diffstat (limited to 'net/uvgrtp/files/patch-src_socket.hh')
-rw-r--r--net/uvgrtp/files/patch-src_socket.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/uvgrtp/files/patch-src_socket.hh b/net/uvgrtp/files/patch-src_socket.hh
new file mode 100644
index 000000000000..15f8603f5390
--- /dev/null
+++ b/net/uvgrtp/files/patch-src_socket.hh
@@ -0,0 +1,12 @@
+--- src/socket.hh.orig 2025-03-20 09:59:25 UTC
++++ src/socket.hh
+@@ -10,8 +10,8 @@
+ #include <ws2ipdef.h>
+ #include <WS2tcpip.h>
+ #else
+-#include <netinet/ip.h>
+ #include <arpa/inet.h>
++#include <netinet/ip.h>
+ #include <sys/uio.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>